diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 31804575dd5e..037664d496d7 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -599,7 +599,8 @@ config TASK_SIZE_BOOL | |||
599 | 599 | ||
600 | config TASK_SIZE | 600 | config TASK_SIZE |
601 | hex "Size of user task space" if TASK_SIZE_BOOL | 601 | hex "Size of user task space" if TASK_SIZE_BOOL |
602 | default "0x80000000" | 602 | default "0x80000000" if PPC_PREP || PPC_8xx |
603 | default "0xc0000000" | ||
603 | 604 | ||
604 | config CONSISTENT_START_BOOL | 605 | config CONSISTENT_START_BOOL |
605 | bool "Set custom consistent memory pool address" | 606 | bool "Set custom consistent memory pool address" |