* [PATCH] 6/7 need PIT timer available for NUMA-Q
@ 2003-02-28 21:34 Martin J. Bligh
0 siblings, 0 replies; only message in thread
From: Martin J. Bligh @ 2003-02-28 21:34 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
This simple patch just makes sure the PIT code is available for NUMA-Q
(as its TSCs are not synced).
Has been tested in my tree for over a month on UP, SMP, and NUMA and
compile tested against a variety of different configs.
diff -urpN -X /home/fletch/.diff.exclude 014-no_kirq/arch/i386/Kconfig 015-notsc/arch/i386/Kconfig
--- 014-no_kirq/arch/i386/Kconfig Tue Feb 25 23:03:43 2003
+++ 015-notsc/arch/i386/Kconfig Fri Feb 28 08:05:36 2003
@@ -337,11 +337,6 @@ config X86_ALIGNMENT_16
depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCYRIXIII || MELAN || MK6 || M586MMX || M586TSC || M586 || M486 || MVIAC3_2
default y
-config X86_TSC
- bool
- depends on MWINCHIP3D || MWINCHIP2 || MCRUSOE || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2
- default y
-
config X86_GOOD_APIC
bool
depends on MK7 || MPENTIUM4 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || MK8
@@ -493,6 +488,11 @@ config DISCONTIGMEM
config HAVE_ARCH_BOOTMEM_NODE
bool
depends on NUMA
+ default y
+
+config X86_TSC
+ bool
+ depends on (MWINCHIP3D || MWINCHIP2 || MCRUSOE || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2) && !X86_NUMAQ
default y
config X86_MCE
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-28 21:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-28 21:34 [PATCH] 6/7 need PIT timer available for NUMA-Q Martin J. Bligh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox