]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/kernel/octeon_switch.S
Merge remote-tracking branch 'asoc/topic/max98095' into asoc-next
[karo-tx-linux.git] / arch / mips / kernel / octeon_switch.S
index 4204d76af854209659de87b35e143ec85fb802da..029e002a4ea0083d626140961d3cd465b188fabc 100644 (file)
@@ -73,7 +73,7 @@
 3:
 
 #if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP)
-       PTR_L   t8, __stack_chk_guard
+       PTR_LA  t8, __stack_chk_guard
        LONG_L  t9, TASK_STACK_CANARY(a1)
        LONG_S  t9, 0(t8)
 #endif