diff options
author | Matteo Croce <technoboy85@gmail.com> | 2009-10-01 15:11:10 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-10-02 18:24:28 (GMT) |
commit | 98059e3463383b18fd79181179cd539b74846b47 (patch) | |
tree | 320bafcb7f03f514c133aa23dcb0ca20a017930d /arch/x86/Kconfig.cpu | |
parent | b8a4754147d61f5359a765a3afd3eb03012aa052 (diff) | |
download | linux-98059e3463383b18fd79181179cd539b74846b47.tar.xz |
x86: AMD Geode LX optimizations
Add CPU optimizations for AMD Geode LX.
Signed-off-by: Matteo Croce <technoboy85@gmail.com>
LKML-Reference: <40101cc30910010811v5d15ff4cx9dd57c9cc9b4b045@mail.gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig.cpu')
-rw-r--r-- | arch/x86/Kconfig.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu index 527519b..979de29 100644 --- a/arch/x86/Kconfig.cpu +++ b/arch/x86/Kconfig.cpu @@ -406,7 +406,7 @@ config X86_CMPXCHG64 # generates cmov. config X86_CMOV def_bool y - depends on (MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON || X86_64 || MATOM) + depends on (MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON || X86_64 || MATOM || MGEODE_LX) config X86_MINIMUM_CPU_FAMILY int |