diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2009-08-20 10:27:41 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2009-08-31 03:35:46 -0400 |
| commit | 08047c4f1740c7cee75d58e2919d48c09f951649 (patch) | |
| tree | ffaf378e4be6dec0ef572f30385c1c545c7df494 /arch/x86/kernel/time_32.c | |
| parent | 454ede7eebf91b92ab1eafe10c6b6ed04de29bf8 (diff) | |
x86: Move calibrate_cpu to tsc.c
Move the code where it's only user is. Also we need to look whether
this hardwired hackery might interfere with perfcounters.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/time_32.c')
| -rw-r--r-- | arch/x86/kernel/time_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/time_32.c b/arch/x86/kernel/time_32.c index 186abc577b2b..fd876cc77487 100644 --- a/arch/x86/kernel/time_32.c +++ b/arch/x86/kernel/time_32.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <asm/timer.h> | 21 | #include <asm/timer.h> |
| 22 | #include <asm/hpet.h> | 22 | #include <asm/hpet.h> |
| 23 | #include <asm/time.h> | 23 | #include <asm/time.h> |
| 24 | #include <asm/nmi.h> | ||
| 25 | 24 | ||
| 26 | #if defined(CONFIG_X86_32) && defined(CONFIG_X86_IO_APIC) | 25 | #if defined(CONFIG_X86_32) && defined(CONFIG_X86_IO_APIC) |
| 27 | int timer_ack; | 26 | int timer_ack; |
