diff options
Diffstat (limited to 'sys/powerpc/include/param.h')
-rw-r--r-- | sys/powerpc/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 5c25e8a..4780a68 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -111,7 +111,7 @@ #endif #endif #define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */ -#define USPACE (KSTACK_PAGES * PAGE_SIZE) /* total size of pcb */ +#define USPACE (kstack_pages * PAGE_SIZE) /* total size of pcb */ /* * Mach derived conversion macros |