diff options
Diffstat (limited to 'arch/mips/include/asm/processor.h')
-rw-r--r-- | arch/mips/include/asm/processor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index b2fa62922d88..49d6046ca1d0 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h | |||
@@ -13,6 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/atomic.h> | 14 | #include <linux/atomic.h> |
15 | #include <linux/cpumask.h> | 15 | #include <linux/cpumask.h> |
16 | #include <linux/sizes.h> | ||
16 | #include <linux/threads.h> | 17 | #include <linux/threads.h> |
17 | 18 | ||
18 | #include <asm/cachectl.h> | 19 | #include <asm/cachectl.h> |
@@ -80,11 +81,10 @@ extern unsigned int vced_count, vcei_count; | |||
80 | 81 | ||
81 | #endif | 82 | #endif |
82 | 83 | ||
83 | /* | 84 | #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_256M) |
84 | * One page above the stack is used for branch delay slot "emulation". | 85 | |
85 | * See dsemul.c for details. | 86 | extern unsigned long mips_stack_top(void); |
86 | */ | 87 | #define STACK_TOP mips_stack_top() |
87 | #define STACK_TOP ((TASK_SIZE & PAGE_MASK) - PAGE_SIZE) | ||
88 | 88 | ||
89 | /* | 89 | /* |
90 | * 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 |