mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 01:14:22 +08:00
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* user/conf.t: Change work_space_size to uintptr_t since it cannot be
|
||||
negative.
|
||||
|
||||
2009-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
|
||||
|
||||
+1
-1
@@ -912,7 +912,7 @@ The RTEMS Configuration Table is defined in the following C structure:
|
||||
@group
|
||||
typedef struct @{
|
||||
void *work_space_start;
|
||||
intptr_t work_space_size;
|
||||
uintptr_t work_space_size;
|
||||
uint32_t maximum_extensions;
|
||||
uint32_t microseconds_per_tick;
|
||||
uint32_t ticks_per_timeslice;
|
||||
|
||||
Reference in New Issue
Block a user