From c57f26bd079d35aa41963c13bd30c9322a99232d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Jan 2008 14:56:57 +0000 Subject: 2008-01-30 Joel Sherrill * score/Makefile.am, score/include/rtems/score/threadq.h, score/inline/rtems/score/threadq.inl: _Thread_queue_Process_timeout was really too complex to be inlined. * score/src/threadqprocesstimeout.c: New file. --- cpukit/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index bb3c7bfcd6..dd5e3fad0d 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -158,7 +158,7 @@ libscore_a_SOURCES += src/threadq.c src/threadqdequeue.c \ src/threadqextractfifo.c src/threadqextractpriority.c \ src/threadqextractwithproxy.c src/threadqfirst.c src/threadqfirstfifo.c \ src/threadqfirstpriority.c src/threadqflush.c src/threadqrequeue.c \ - src/threadqtimeout.c + src/threadqprocesstimeout.c src/threadqtimeout.c ## TIMESPEC_C_FILES libscore_a_SOURCES += src/timespecaddto.c src/timespecfromticks.c \ -- cgit v1.2.3