aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/tsc.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:18 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:18 +0100
commit80ca9c98f50c11b63b87971594d7e38cba0bbcef (patch)
tree852a723ed9b1dafab02ab964ae05a857da186870 /include/asm-x86/tsc.h
parentx86: move pda related declaration (diff)
downloadlinux-dev-80ca9c98f50c11b63b87971594d7e38cba0bbcef.tar.xz
linux-dev-80ca9c98f50c11b63b87971594d7e38cba0bbcef.zip
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/asm-x86/tsc.h')
-rw-r--r--include/asm-x86/tsc.h3
1 files changed, 1 insertions, 2 deletions
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);
extern void check_tsc_sync_source(int cpu);
extern void check_tsc_sync_target(void);
-#ifdef CONFIG_X86_64
extern void tsc_calibrate(void);
-#endif
+extern int notsc_setup(char *);
#endif