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]
/
include
/
asm-x86
/
tsc.h
diff --git
a/include/asm-x86/tsc.h
b/include/asm-x86/tsc.h
index 071e0ce5b664dd9ae428b056860b020f1b39eb15..a6e8d35c3f86775e0c8ef24acd781e795234cf9c 100644
(file)
--- a/
include/asm-x86/tsc.h
+++ b/
include/asm-x86/tsc.h
@@
-16,8
+16,6
@@
typedef unsigned long long cycles_t;
extern unsigned int cpu_khz;
extern unsigned int tsc_khz;
-/* flag for disabling the tsc */
-extern int tsc_disable;
extern void disable_TSC(void);