Re: Linux 2.4.2-ac23

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 23 Mar 2001 14:13:18 +0000 (GMT)


Duh yes.. it would for some people

--- arch/i386/kernel/setup.c~ Thu Mar 22 23:18:21 2001
+++ arch/i386/kernel/setup.c Fri Mar 23 13:26:08 2001
@@ -2276,7 +2276,7 @@
*/

/* TSC disabled? */
-#ifdef CONFIG_X86_TSC
+#ifndef CONFIG_X86_TSC
if ( tsc_disable )
clear_bit(X86_FEATURE_TSC, &c->x86_capability);
#endif

-
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/