diff options
author | Paul Mackerras <paulus@samba.org> | 2007-10-12 09:06:32 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-12 09:06:32 +1000 |
commit | 8087ebd5a121ac6bf5a8eba2459c01d3659c3e31 (patch) | |
tree | 31394658c138dcb130a229af03e3beefca8db642 /arch/powerpc/Kconfig | |
parent | 895532a166010d8d8b4d58d63d21012eced22492 (diff) | |
parent | 4d9e55103aec1ba7d0617cfd88412ec39e1e2d32 (diff) |
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.24
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 31804575dd5..037664d496d 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -599,7 +599,8 @@ config TASK_SIZE_BOOL config TASK_SIZE hex "Size of user task space" if TASK_SIZE_BOOL - default "0x80000000" + default "0x80000000" if PPC_PREP || PPC_8xx + default "0xc0000000" config CONSISTENT_START_BOOL bool "Set custom consistent memory pool address" |