diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:59:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:59:11 -0500 |
commit | 4522d58275f124105819723e24e912c8e5bf3cdd (patch) | |
tree | b92c29014fadffe049c1925676037f0092b8d112 /arch/i386/Kconfig.cpu | |
parent | 6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28 (diff) | |
parent | 64a26a731235b59c9d73bbe82c1f896d57400d37 (diff) |
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
* 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6: (156 commits)
[PATCH] x86-64: Export smp_call_function_single
[PATCH] i386: Clean up smp_tune_scheduling()
[PATCH] unwinder: move .eh_frame to RODATA
[PATCH] unwinder: fully support linker generated .eh_frame_hdr section
[PATCH] x86-64: don't use set_irq_regs()
[PATCH] x86-64: check vector in setup_ioapic_dest to verify if need setup_IO_APIC_irq
[PATCH] x86-64: Make ix86 default to HIGHMEM4G instead of NOHIGHMEM
[PATCH] i386: replace kmalloc+memset with kzalloc
[PATCH] x86-64: remove remaining pc98 code
[PATCH] x86-64: remove unused variable
[PATCH] x86-64: Fix constraints in atomic_add_return()
[PATCH] x86-64: fix asm constraints in i386 atomic_add_return
[PATCH] x86-64: Correct documentation for bzImage protocol v2.05
[PATCH] x86-64: replace kmalloc+memset with kzalloc in MTRR code
[PATCH] x86-64: Fix numaq build error
[PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace header
[PATCH] unwinder: Add debugging output to the Dwarf2 unwinder
[PATCH] x86-64: Clarify error message in GART code
[PATCH] x86-64: Fix interrupt race in idle callback (3rd try)
[PATCH] x86-64: Remove unwind stack pointer alignment forcing again
...
Fixed conflict in include/linux/uaccess.h manually
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig.cpu')
-rw-r--r-- | arch/i386/Kconfig.cpu | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu index fc4f2abccf06..821fd269ca58 100644 --- a/arch/i386/Kconfig.cpu +++ b/arch/i386/Kconfig.cpu | |||
@@ -103,8 +103,15 @@ config MPENTIUMM | |||
103 | Select this for Intel Pentium M (not Pentium-4 M) | 103 | Select this for Intel Pentium M (not Pentium-4 M) |
104 | notebook chips. | 104 | notebook chips. |
105 | 105 | ||
106 | config MCORE2 | ||
107 | bool "Core 2/newer Xeon" | ||
108 | help | ||
109 | Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 53xx) | ||
110 | CPUs. You can distingush newer from older Xeons by the CPU family | ||
111 | in /proc/cpuinfo. Newer ones have 6. | ||
112 | |||
106 | config MPENTIUM4 | 113 | config MPENTIUM4 |
107 | bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/Xeon" | 114 | bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon" |
108 | help | 115 | help |
109 | Select this for Intel Pentium 4 chips. This includes the | 116 | Select this for Intel Pentium 4 chips. This includes the |
110 | Pentium 4, P4-based Celeron and Xeon, and Pentium-4 M | 117 | Pentium 4, P4-based Celeron and Xeon, and Pentium-4 M |
@@ -229,7 +236,7 @@ config X86_L1_CACHE_SHIFT | |||
229 | default "7" if MPENTIUM4 || X86_GENERIC | 236 | default "7" if MPENTIUM4 || X86_GENERIC |
230 | default "4" if X86_ELAN || M486 || M386 || MGEODEGX1 | 237 | default "4" if X86_ELAN || M486 || M386 || MGEODEGX1 |
231 | default "5" if MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 || MGEODE_LX | 238 | default "5" if MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCRUSOE || MEFFICEON || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 || MGEODE_LX |
232 | default "6" if MK7 || MK8 || MPENTIUMM | 239 | default "6" if MK7 || MK8 || MPENTIUMM || MCORE2 |
233 | 240 | ||
234 | config RWSEM_GENERIC_SPINLOCK | 241 | config RWSEM_GENERIC_SPINLOCK |
235 | bool | 242 | bool |
@@ -287,17 +294,17 @@ config X86_ALIGNMENT_16 | |||
287 | 294 | ||
288 | config X86_GOOD_APIC | 295 | config X86_GOOD_APIC |
289 | bool | 296 | bool |
290 | depends on MK7 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || MK8 || MEFFICEON | 297 | depends on MK7 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || MK8 || MEFFICEON || MCORE2 |
291 | default y | 298 | default y |
292 | 299 | ||
293 | config X86_INTEL_USERCOPY | 300 | config X86_INTEL_USERCOPY |
294 | bool | 301 | bool |
295 | depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON | 302 | depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON || MCORE2 |
296 | default y | 303 | default y |
297 | 304 | ||
298 | config X86_USE_PPRO_CHECKSUM | 305 | config X86_USE_PPRO_CHECKSUM |
299 | bool | 306 | bool |
300 | depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MK8 || MVIAC3_2 || MEFFICEON || MGEODE_LX | 307 | depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MK8 || MVIAC3_2 || MEFFICEON || MGEODE_LX || MCORE2 |
301 | default y | 308 | default y |
302 | 309 | ||
303 | config X86_USE_3DNOW | 310 | config X86_USE_3DNOW |
@@ -312,5 +319,5 @@ config X86_OOSTORE | |||
312 | 319 | ||
313 | config X86_TSC | 320 | config X86_TSC |
314 | bool | 321 | bool |
315 | depends on (MWINCHIP3D || MWINCHIP2 || MCRUSOE || MEFFICEON || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2 || MGEODEGX1 || MGEODE_LX) && !X86_NUMAQ | 322 | depends on (MWINCHIP3D || MWINCHIP2 || MCRUSOE || MEFFICEON || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2 || MGEODEGX1 || MGEODE_LX || MCORE2) && !X86_NUMAQ |
316 | default y | 323 | default y |