Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
x86: convert TSC disabling to generic cpuid disable bitmap
[linux-2.6.git]
/
arch
/
x86
/
mach-voyager
/
setup.c
diff --git
a/arch/x86/mach-voyager/setup.c
b/arch/x86/mach-voyager/setup.c
index 81257a861984306584544912f8530b1b6832fcf9..5ae5466b9eb9c3b9850fca6617e36dab2c653da7 100644
(file)
--- a/
arch/x86/mach-voyager/setup.c
+++ b/
arch/x86/mach-voyager/setup.c
@@
-37,7
+37,7
@@
void __init pre_setup_arch_hook(void)
{
/* Voyagers run their CPUs from independent clocks, so disable
* the TSC code because we can't sync them */
-
tsc_disable = 1
;
+
setup_clear_cpu_cap(X86_FEATURE_TSC)
;
}
void __init trap_init_hook(void)