diff options
Diffstat (limited to 'include/asm-powerpc/processor.h')
-rw-r--r-- | include/asm-powerpc/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/processor.h b/include/asm-powerpc/processor.h index cf83f2d7e2a5..a1deed85f31d 100644 --- a/include/asm-powerpc/processor.h +++ b/include/asm-powerpc/processor.h | |||
@@ -81,6 +81,10 @@ extern struct task_struct *last_task_used_altivec; | |||
81 | extern struct task_struct *last_task_used_spe; | 81 | extern struct task_struct *last_task_used_spe; |
82 | 82 | ||
83 | #ifdef CONFIG_PPC32 | 83 | #ifdef CONFIG_PPC32 |
84 | |||
85 | #if CONFIG_TASK_SIZE > CONFIG_KERNEL_START | ||
86 | #error User TASK_SIZE overlaps with KERNEL_START address | ||
87 | #endif | ||
84 | #define TASK_SIZE (CONFIG_TASK_SIZE) | 88 | #define TASK_SIZE (CONFIG_TASK_SIZE) |
85 | 89 | ||
86 | /* This decides where the kernel will search for a free chunk of vm | 90 | /* This decides where the kernel will search for a free chunk of vm |