diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:18 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:18 -0500 |
commit | 80ca9c98f50c11b63b87971594d7e38cba0bbcef (patch) | |
tree | 852a723ed9b1dafab02ab964ae05a857da186870 /include | |
parent | 40fec50ac4dd436b06630f415789e57200c5b06f (diff) |
x86: move tsc related declarations
tsc has also it's own header file. Nuke the stupid 64 bit ifdef
while at it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/proto.h | 3 | ||||
-rw-r--r-- | include/asm-x86/tsc.h | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 8ed1ebf666be..a47e526716f4 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h | |||
@@ -51,11 +51,8 @@ extern void check_efer(void); | |||
51 | extern unsigned long table_start, table_end; | 51 | extern unsigned long table_start, table_end; |
52 | 52 | ||
53 | extern int exception_trace; | 53 | extern int exception_trace; |
54 | extern unsigned cpu_khz; | ||
55 | extern unsigned tsc_khz; | ||
56 | 54 | ||
57 | extern int reboot_force; | 55 | extern int reboot_force; |
58 | extern int notsc_setup(char *); | ||
59 | 56 | ||
60 | extern int gsi_irq_sharing(int gsi); | 57 | extern int gsi_irq_sharing(int gsi); |
61 | 58 | ||
diff --git a/include/asm-x86/tsc.h b/include/asm-x86/tsc.h index 6baab30dc2c8..d7b1c4e7a108 100644 --- a/include/asm-x86/tsc.h +++ b/include/asm-x86/tsc.h | |||
@@ -73,8 +73,7 @@ int check_tsc_unstable(void); | |||
73 | extern void check_tsc_sync_source(int cpu); | 73 | extern void check_tsc_sync_source(int cpu); |
74 | extern void check_tsc_sync_target(void); | 74 | extern void check_tsc_sync_target(void); |
75 | 75 | ||
76 | #ifdef CONFIG_X86_64 | ||
77 | extern void tsc_calibrate(void); | 76 | extern void tsc_calibrate(void); |
78 | #endif | 77 | extern int notsc_setup(char *); |
79 | 78 | ||
80 | #endif | 79 | #endif |