diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 02:25:06 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 20:07:50 +0200 |
commit | f7ade3c168e4f437c11f57be012992bbb0e3075c (patch) | |
tree | f559580760807528f9178d29aa4c89c806a8d79d /arch/mips/configs/msp71xx_defconfig | |
parent | b8d6f78cd058e34ec706f7cb353fdb2eb743c050 (diff) | |
download | linux-stable-f7ade3c168e4f437c11f57be012992bbb0e3075c.tar.gz linux-stable-f7ade3c168e4f437c11f57be012992bbb0e3075c.tar.bz2 linux-stable-f7ade3c168e4f437c11f57be012992bbb0e3075c.zip |
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/msp71xx_defconfig')
-rw-r--r-- | arch/mips/configs/msp71xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/msp71xx_defconfig b/arch/mips/configs/msp71xx_defconfig index 84d6491b3d41..ecbc030b7b6c 100644 --- a/arch/mips/configs/msp71xx_defconfig +++ b/arch/mips/configs/msp71xx_defconfig @@ -129,7 +129,6 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_SYS_SUPPORTS_MULTITHREADING=y # CONFIG_64BIT_PHYS_ADDR is not set -CONFIG_CPU_HAS_LLSC=y CONFIG_CPU_HAS_SYNC=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y |