Re: Kernel 2.2.1 hangs on boot

ljp (llornkcor@llornkcor.com)
Thu, 25 Feb 1999 14:01:58 -0700


Alan-
This fixed the problem for me. :o)
LP

<Let me know if the following fixes it
<
<
<- --- arch/i386/kernel/time.c~ Fri Feb 19 00:21:21 1999
<+++ arch/i386/kernel/time.c Thu Feb 25 16:05:50 1999
<@@ -654,7 +654,7 @@
<
< dodgy_tsc();
<
<- - if (boot_cpu_data.x86_capability & X86_FEATURE_TSC) {
<+ if (0 && boot_cpu_data.x86_capability & X86_FEATURE_TSC) {
< #ifndef do_gettimeoffset
< do_gettimeoffset = do_fast_gettimeoffset;
< #endif

<Please read the FAQ at http://www.tux.org/lkml/

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