public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Typo in test11-pre7 i386 cpu_init
@ 2000-11-18 12:53 Tom Leete
  0 siblings, 0 replies; only message in thread
From: Tom Leete @ 2000-11-18 12:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: H. Peter Anvin, linux-kernel

Hi,

Here is another.

Tom


--- linux-2.4.0-test11/arch/i386/kernel/setup.c.orig	Sat Nov 18 01:55:18
2000+++ linux-2.4.0-test11/arch/i386/kernel/setup.c	Sat Nov 18 07:43:19 2000
@@ -2178,7 +2178,7 @@
 	if (tsc_disable && cpu_has_tsc) {
 		printk("Disabling TSC...\n");
 		/**** FIX-HPA: DOES THIS REALLY BELONG HERE? ****/
-		clear_bit(&boot_cpu_data.x86_capability, X86_FEATURE_TSC);
+		clear_bit(X86_FEATURE_TSC, &boot_cpu_data.x86_capability);
 		set_in_cr4(X86_CR4_TSD);
 	}
 #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-11-18 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-18 12:53 [PATCH] Typo in test11-pre7 i386 cpu_init Tom Leete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox