commit | 64ba4f230d30b089bc89db2e59d02c1efa5ac769 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sun Apr 06 17:23:38 2008 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Apr 06 16:10:40 2008 -0700 |
tree | 71cd66ab95e1ba7e43800e79433c7177e0864cc1 | |
parent | 3bf48468fe84468a148e4f19465e0a725c0f977b [diff] |
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>