diff options
author | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
commit | d864991b220b7c62e81d21209e1fd978fd67352c (patch) | |
tree | b570a1ad6fc1b959c5bcda6ceca0b321319c01e0 /arch/mips/include/asm/processor.h | |
parent | a688c53a0277d8ea21d86a5c56884892e3442c5e (diff) | |
parent | bab5c80b211035739997ebd361a679fa85b39465 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were easy to resolve using immediate context mostly,
except the cls_u32.c one where I simply too the entire HEAD
chunk.
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |