[PATCH] 6/7 need PIT timer available for NUMA-Q

From: Martin J. Bligh (mbligh@aracnet.com)
Date: Fri Feb 28 2003 - 16:34:16 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:50 EST