]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/Kconfig
[POWERPC] Adjust TASK_SIZE on ppc32 systems to 3GB that are capable
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / Kconfig
index 31804575dd5e5811d530fdeee62412eb6de8b4bd..037664d496d7dffb72c78f54c47be83d130bb628 100644 (file)
@@ -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"