Re: Kernel 2.2.1 hangs on boot

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 25 Feb 1999 22:12:04 +0000 (GMT)


> Alan-
> This fixed the problem for me. :o)
> LP
>
>
> <- - 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

Excellent that proves the hypothesis - the timestamp tuning code in 2.2.*
is indeed broken.

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