aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/net5501
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-21 22:56:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-21 22:56:33 +0000
commit23aa86b6530b2052ddda3da32da7d51e716bf7d9 (patch)
treeb932488ee612864e964b6623c007a538949ef69d /target/linux/x86/net5501
parentc9953a61a12969276bbe5e7ff52fc969a57738b2 (diff)
downloadupstream-23aa86b6530b2052ddda3da32da7d51e716bf7d9.tar.gz
upstream-23aa86b6530b2052ddda3da32da7d51e716bf7d9.tar.bz2
upstream-23aa86b6530b2052ddda3da32da7d51e716bf7d9.zip
x86: turn off CONFIG_X86_GENERIC for geos and net5501
CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24071 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/net5501')
-rw-r--r--target/linux/x86/net5501/config-default5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/x86/net5501/config-default b/target/linux/x86/net5501/config-default
index 77f6337741..173602794b 100644
--- a/target/linux/x86/net5501/config-default
+++ b/target/linux/x86/net5501/config-default
@@ -34,8 +34,9 @@ CONFIG_SCSI_MOD=y
# CONFIG_TINY_RCU is not set
CONFIG_X86_CMOV=y
CONFIG_X86_DEBUGCTLMSR=y
-CONFIG_X86_INTERNODE_CACHE_SHIFT=6
-CONFIG_X86_L1_CACHE_SHIFT=6
+# CONFIG_X86_GENERIC is not set
+CONFIG_X86_INTERNODE_CACHE_SHIFT=5
+CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_USE_PPRO_CHECKSUM=y