summaryrefslogtreecommitdiffstats
path: root/kernel/arch/mips/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/mips/include/asm/processor.h')
-rw-r--r--kernel/arch/mips/include/asm/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/mips/include/asm/processor.h b/kernel/arch/mips/include/asm/processor.h
index 3f832c3dd..041153f5c 100644
--- a/kernel/arch/mips/include/asm/processor.h
+++ b/kernel/arch/mips/include/asm/processor.h
@@ -45,7 +45,7 @@ extern unsigned int vced_count, vcei_count;
* User space process size: 2GB. This is hardcoded into a few places,
* so don't change it unless you know what you are doing.
*/
-#define TASK_SIZE 0x7fff8000UL
+#define TASK_SIZE 0x80000000UL
#endif
#define STACK_TOP_MAX TASK_SIZE