summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-14 22:48:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-14 22:48:33 +0000
commit1a0e1a716380575e2da062cf57511e6a53806373 (patch)
tree4b74efd606974a97ca8e76ab944669726cec93a1 /doc/user/conf.t
parent2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1a0e1a716380575e2da062cf57511e6a53806373.tar.bz2
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t, user/region.t: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t).
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 9bc3a458e7..7eacffe26f 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -912,7 +912,7 @@ The RTEMS Configuration Table is defined in the following C structure:
@group
typedef struct @{
void *work_space_start;
- uint32_t work_space_size;
+ intptr_t work_space_size;
uint32_t maximum_extensions;
uint32_t microseconds_per_tick;
uint32_t ticks_per_timeslice;