diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 04:25:05 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 22:07:49 +0400 |
commit | f4c6b6bc5a4fc8d607f2d89369008c85a3a12a8b (patch) | |
tree | bfcde115df6f7712b3c3356d608ae3a29c01a7c9 /arch/mips/kernel/octeon_switch.S | |
parent | 6eb10bc9e2deab06630261cd05c4cb1e9a60e980 (diff) | |
download | linux-f4c6b6bc5a4fc8d607f2d89369008c85a3a12a8b.tar.xz |
MIPS: Consolidate all CONFIG_CPU_HAS_LLSC use in a single C file.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/octeon_switch.S')
-rw-r--r-- | arch/mips/kernel/octeon_switch.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/kernel/octeon_switch.S b/arch/mips/kernel/octeon_switch.S index d52389672b06..3952b8323efa 100644 --- a/arch/mips/kernel/octeon_switch.S +++ b/arch/mips/kernel/octeon_switch.S @@ -36,9 +36,6 @@ .align 7 LEAF(resume) .set arch=octeon -#ifndef CONFIG_CPU_HAS_LLSC - sw zero, ll_bit -#endif mfc0 t1, CP0_STATUS LONG_S t1, THREAD_STATUS(a0) cpu_save_nonscratch a0 |