diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-01-30 07:31:21 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:21 -0500 |
commit | bdb4f156064e5f627213af82292eb8b5cf2dc5aa (patch) | |
tree | c338a58634623bb25a69db99733938b260633c3a /include/asm-x86/processor_32.h | |
parent | d6be29b871e285d33be0e3025929e2d6bcabb0c0 (diff) |
i386: hard_{en,dis}able_TSC can be static
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/processor_32.h')
-rw-r--r-- | include/asm-x86/processor_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/processor_32.h b/include/asm-x86/processor_32.h index e5056ab9dd9f..a5560a3b57ef 100644 --- a/include/asm-x86/processor_32.h +++ b/include/asm-x86/processor_32.h | |||
@@ -206,9 +206,7 @@ extern int bootloader_type; | |||
206 | 206 | ||
207 | #define HAVE_ARCH_PICK_MMAP_LAYOUT | 207 | #define HAVE_ARCH_PICK_MMAP_LAYOUT |
208 | 208 | ||
209 | extern void hard_disable_TSC(void); | ||
210 | extern void disable_TSC(void); | 209 | extern void disable_TSC(void); |
211 | extern void hard_enable_TSC(void); | ||
212 | 210 | ||
213 | /* | 211 | /* |
214 | * Size of io_bitmap. | 212 | * Size of io_bitmap. |