[PATCH] Typo in test11-pre7 i386 cpu_init

From: Tom Leete (tleete@mountain.net)
Date: Sat Nov 18 2000 - 07:53:56 EST


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/



This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:15 EST