1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-07-05 12:33:15 +02:00

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>

SVN-Revision: 24071
This commit is contained in:
Felix Fietkau 2010-11-21 22:56:33 +00:00
parent a17751cb1a
commit 1a9b885c74
2 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,8 @@ CONFIG_PROCESSOR_SELECT=y
# CONFIG_SERIO_LIBPS2 is not set
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_X86_DS is not set
# 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

View File

@ -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