]> git.baikalelectronics.ru Git - kernel.git/commit
Fix booting pentium+ with dodgy TSC
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 6 Apr 2008 07:23:38 +0000 (17:23 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Apr 2008 23:10:40 +0000 (16:10 -0700)
commit77d058b9ec21afa1843cbf0c11b4225c7c61eca1
tree71cd66ab95e1ba7e43800e79433c7177e0864cc1
parent9577d4fb52c557bc629171ea189cd580201f3332
Fix booting pentium+ with dodgy TSC

We handle a broken tsc these days, so no need to panic.  We clear the
TSC bit when tsc_init decides it's unreliable (eg.  under lguest w/ bad
host TSC), leading to bogus panic.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/cpu/bugs.c