aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r4k_switch.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/r4k_switch.S')
-rw-r--r--arch/mips/kernel/r4k_switch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/r4k_switch.S b/arch/mips/kernel/r4k_switch.S
index 17cf9341c1cf..58232ae6cfae 100644
--- a/arch/mips/kernel/r4k_switch.S
+++ b/arch/mips/kernel/r4k_switch.S
@@ -31,7 +31,7 @@
31 cpu_save_nonscratch a0 31 cpu_save_nonscratch a0
32 LONG_S ra, THREAD_REG31(a0) 32 LONG_S ra, THREAD_REG31(a0)
33 33
34#if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP) 34#if defined(CONFIG_STACKPROTECTOR) && !defined(CONFIG_SMP)
35 PTR_LA t8, __stack_chk_guard 35 PTR_LA t8, __stack_chk_guard
36 LONG_L t9, TASK_STACK_CANARY(a1) 36 LONG_L t9, TASK_STACK_CANARY(a1)
37 LONG_S t9, 0(t8) 37 LONG_S t9, 0(t8)