]> git.karo-electronics.de Git - linux-beck.git/commitdiff
MIPS: Netlogic: remove cpu_has_dc_aliases define for XLP
authorJayachandran C <jayachandranc@netlogicmicro.com>
Tue, 24 Jul 2012 15:28:55 +0000 (17:28 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 24 Jul 2012 15:28:55 +0000 (17:28 +0200)
On XLP, the dcache size depends on the number of enabled threads in
core. There are no dcache aliases if the pagesize is large enough or
if enough threads are enabled in the core.

Remove the #define for cpu_has_dc_aliases and leave it to be computed
at runtime.

Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4099/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-netlogic/cpu-feature-overrides.h

index d193fb68cf270d66e734fc7ef88613417cdb94be..966db4be377ca700d94795f10d3b345f8d250621 100644 (file)
@@ -48,7 +48,6 @@
 #define cpu_has_userlocal      1
 #define cpu_has_mips32r2       1
 #define cpu_has_mips64r2       1
-#define cpu_has_dc_aliases     1
 #else
 #error "Unknown Netlogic CPU"
 #endif