mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 23:05:18 +08:00
2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Typos.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sapi/include/confdefs.h: Typos.
|
||||
|
||||
2011-03-03 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
PR 1749/filesystem
|
||||
|
||||
@@ -580,14 +580,14 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Is the Priority Scheduler is selected, then configure for it.
|
||||
* If the Priority Scheduler is selected, then configure for it.
|
||||
*/
|
||||
#if defined(CONFIGURE_SCHEDULER_PRIORITY)
|
||||
#include <rtems/score/schedulerpriority.h>
|
||||
#define SCHEDULER_ENTRY_POINTS SCHEDULER_PRIORITY_ENTRY_POINTS
|
||||
|
||||
/**
|
||||
* define the memory used by the priority scheduler
|
||||
* This defines the memory used by the priority scheduler.
|
||||
*/
|
||||
#define CONFIGURE_MEMORY_FOR_SCHEDULER ( \
|
||||
_Configure_From_workspace( \
|
||||
|
||||
Reference in New Issue
Block a user