summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/net5501
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-21 22:56:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-21 22:56:33 +0000
commit7231ec09a2ae26a5347ba73a6229c931b3f00d13 (patch)
treeb932488ee612864e964b6623c007a538949ef69d /target/linux/x86/net5501
parentf82fbc37b5b85597d68e1ec886f3154c329640e0 (diff)
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 77f633774..173602794 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