Enable CONFIG_MGEODE_LX

Andres Salomon dilinger at debian.unroutableorg
Tue Jan 2 10:59:19 EST 2007


Commit:     dcdf823f26de6020c8347c6a4ed5b719d8cb6330
Parent:     a589b9920e904a88d0b620575bc86b859e8c07fa
commit dcdf823f26de6020c8347c6a4ed5b719d8cb6330
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Tue Jan 2 11:05:33 2007 -0500
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Tue Jan 2 11:05:33 2007 -0500

    Enable CONFIG_MGEODE_LX
    
    As per #571, enable MGEODE_LX.  Amongst other things, this means linux
    optimizes for 32 byte cache lines rather than 128 byte lines.
---
 .config |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.config b/.config
index c2b2768..7554f59 100644
--- a/.config
+++ b/.config
@@ -111,7 +111,7 @@ # CONFIG_X86_GENERICARCH is not set
 # CONFIG_X86_ES7000 is not set
 # CONFIG_M386 is not set
 # CONFIG_M486 is not set
-CONFIG_M586=y
+# CONFIG_M586 is not set
 # CONFIG_M586TSC is not set
 # CONFIG_M586MMX is not set
 # CONFIG_M686 is not set
@@ -128,7 +128,7 @@ # CONFIG_MWINCHIPC6 is not set
 # CONFIG_MWINCHIP2 is not set
 # CONFIG_MWINCHIP3D is not set
 # CONFIG_MGEODEGX1 is not set
-# CONFIG_MGEODE_LX is not set
+CONFIG_MGEODE_LX=y
 # CONFIG_MCYRIXIII is not set
 # CONFIG_MVIAC3_2 is not set
 CONFIG_X86_GENERIC=y
@@ -137,15 +137,15 @@ CONFIG_X86_XADD=y
 CONFIG_X86_L1_CACHE_SHIFT=7
 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 CONFIG_GENERIC_CALIBRATE_DELAY=y
-CONFIG_X86_PPRO_FENCE=y
-CONFIG_X86_F00F_BUG=y
 CONFIG_X86_WP_WORKS_OK=y
 CONFIG_X86_INVLPG=y
 CONFIG_X86_BSWAP=y
 CONFIG_X86_POPAD_OK=y
 CONFIG_X86_CMPXCHG64=y
-CONFIG_X86_ALIGNMENT_16=y
 CONFIG_X86_INTEL_USERCOPY=y
+CONFIG_X86_USE_PPRO_CHECKSUM=y
+CONFIG_X86_USE_3DNOW=y
+CONFIG_X86_TSC=y
 # CONFIG_HPET_TIMER is not set
 # CONFIG_PREEMPT_NONE is not set
 # CONFIG_PREEMPT_VOLUNTARY is not set


More information about the Commits-kernel mailing list