2011-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* score/include/rtems/score/thread.h: Ensure CBS builds with POSIX
	disabled.
This commit is contained in:
Joel Sherrill
2011-09-15 17:09:15 +00:00
parent 4b7e1fd91f
commit fdc70e2d4e
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2011-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/thread.h: Ensure CBS builds with POSIX
disabled.
2011-09-15 Petr Benes <benesp16@fel.cvut.cz>
PR 1906/cpukit

View File

@@ -40,9 +40,11 @@
#define RTEMS_SCORE_THREAD_ENABLE_EXHAUST_TIMESLICE
#endif
#if defined(RTEMS_POSIX_API)
#define RTEMS_SCORE_THREAD_ENABLE_SCHEDULER_CALLOUT
#endif
/*
* With the addition of the Constant Block Scheduler (CBS),
* this feature is needed even when POSIX is disabled.
*/
#define RTEMS_SCORE_THREAD_ENABLE_SCHEDULER_CALLOUT
#if defined(RTEMS_POSIX_API)
#define RTEMS_SCORE_THREAD_ENABLE_USER_PROVIDED_STACK_VIA_API