diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-26 12:34:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-26 12:34:35 +0000 |
commit | 287a2c0ba94defa0d2615c98a2495dcd815898e6 (patch) | |
tree | a19aff31fb9e3b4903592dee13de6ff8daf059f8 /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h | |
parent | 8c4137900ccec1c1dbfaa0cde60177bc0d59f7bc (diff) | |
download | upstream-287a2c0ba94defa0d2615c98a2495dcd815898e6.tar.gz upstream-287a2c0ba94defa0d2615c98a2495dcd815898e6.tar.bz2 upstream-287a2c0ba94defa0d2615c98a2495dcd815898e6.zip |
more bcm6338 and bcm6345 related fixes
SVN-Revision: 16568
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h index 1a5c4b1da3..71742bac94 100644 --- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h +++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/cpu-feature-overrides.h @@ -24,7 +24,7 @@ #define cpu_has_smartmips 0 #define cpu_has_vtag_icache 0 -#if !defined(BCMCPU_RUNTIME_DETECT) && defined(CONFIG_BCMCPU_IS_6348) +#if !defined(BCMCPU_RUNTIME_DETECT) && (defined(CONFIG_BCMCPU_IS_6348) || defined(CONFIG_CPU_IS_6338) || defined(CONFIG_CPU_IS_BCM6345)) #define cpu_has_dc_aliases 0 #endif |