From: Ralf Baechle Date: Mon, 12 Oct 2009 20:30:06 +0000 (+0200) Subject: MIPS: Kconfig: Fix duplicate default value for MIPS_L1_CACHE_SHIFT. X-Git-Tag: v2.6.32-rc6~2^2~18 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c70887555143fdede9595df4c7a598676922f107;p=linux-2.6-block.git MIPS: Kconfig: Fix duplicate default value for MIPS_L1_CACHE_SHIFT. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 705a7a9170f3..7159495ee0b5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1012,9 +1012,8 @@ config BOOT_ELF32 config MIPS_L1_CACHE_SHIFT int - default "4" if MACH_DECSTATION || MIKROTIK_RB532 + default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON - default "4" if PMC_MSP4200_EVAL default "5" config HAVE_STD_PC_SERIAL_PORT