diff options
Diffstat (limited to 'arch/mips/kernel/r4k_switch.S')
-rw-r--r-- | arch/mips/kernel/r4k_switch.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/kernel/r4k_switch.S b/arch/mips/kernel/r4k_switch.S index d9bfae53c43f..8893ee1a2368 100644 --- a/arch/mips/kernel/r4k_switch.S +++ b/arch/mips/kernel/r4k_switch.S | |||
@@ -45,9 +45,6 @@ | |||
45 | */ | 45 | */ |
46 | .align 5 | 46 | .align 5 |
47 | LEAF(resume) | 47 | LEAF(resume) |
48 | #ifndef CONFIG_CPU_HAS_LLSC | ||
49 | sw zero, ll_bit | ||
50 | #endif | ||
51 | mfc0 t1, CP0_STATUS | 48 | mfc0 t1, CP0_STATUS |
52 | LONG_S t1, THREAD_STATUS(a0) | 49 | LONG_S t1, THREAD_STATUS(a0) |
53 | cpu_save_nonscratch a0 | 50 | cpu_save_nonscratch a0 |