diff options
Diffstat (limited to 'arch/mips/kernel/process.c')
-rw-r--r-- | arch/mips/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index 3775a8d694fb..8d85046adcc8 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c | |||
@@ -180,7 +180,7 @@ int copy_thread_tls(unsigned long clone_flags, unsigned long usp, | |||
180 | return 0; | 180 | return 0; |
181 | } | 181 | } |
182 | 182 | ||
183 | #ifdef CONFIG_CC_STACKPROTECTOR | 183 | #ifdef CONFIG_STACKPROTECTOR |
184 | #include <linux/stackprotector.h> | 184 | #include <linux/stackprotector.h> |
185 | unsigned long __stack_chk_guard __read_mostly; | 185 | unsigned long __stack_chk_guard __read_mostly; |
186 | EXPORT_SYMBOL(__stack_chk_guard); | 186 | EXPORT_SYMBOL(__stack_chk_guard); |