diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-16 20:25:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:50 -0400 |
commit | f7ade3c168e4f437c11f57be012992bbb0e3075c (patch) | |
tree | f559580760807528f9178d29aa4c89c806a8d79d /arch/mips/configs/bcm47xx_defconfig | |
parent | b8d6f78cd058e34ec706f7cb353fdb2eb743c050 (diff) |
MIPS: Get rid of CONFIG_CPU_HAS_LLSC
CONFIG_CPU_HAS_LLSC duplicated the function of cpu_has_llsc for no good
reason and and the results if the one was enabled and the other disabled
was very unobvious. Remove it now that there are no more remaining users.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/bcm47xx_defconfig')
-rw-r--r-- | arch/mips/configs/bcm47xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/bcm47xx_defconfig b/arch/mips/configs/bcm47xx_defconfig index d8694332b344..94b7d57f906d 100644 --- a/arch/mips/configs/bcm47xx_defconfig +++ b/arch/mips/configs/bcm47xx_defconfig | |||
@@ -111,7 +111,6 @@ CONFIG_CPU_HAS_PREFETCH=y | |||
111 | CONFIG_MIPS_MT_DISABLED=y | 111 | CONFIG_MIPS_MT_DISABLED=y |
112 | # CONFIG_MIPS_MT_SMP is not set | 112 | # CONFIG_MIPS_MT_SMP is not set |
113 | # CONFIG_MIPS_MT_SMTC is not set | 113 | # CONFIG_MIPS_MT_SMTC is not set |
114 | CONFIG_CPU_HAS_LLSC=y | ||
115 | CONFIG_CPU_HAS_SYNC=y | 114 | CONFIG_CPU_HAS_SYNC=y |
116 | CONFIG_GENERIC_HARDIRQS=y | 115 | CONFIG_GENERIC_HARDIRQS=y |
117 | CONFIG_GENERIC_IRQ_PROBE=y | 116 | CONFIG_GENERIC_IRQ_PROBE=y |