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 [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/