aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor_32.h
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-01-30 07:31:26 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:31:26 -0500
commit73018a66e70fa631935192e5ed6ef8fa2d20b22d (patch)
tree30282f41876ad55cc1e92f4def1afe7e09f1cc76 /include/asm-x86/processor_32.h
parent7bcbc78dea92fdf0947fa48e248da3c993a5690f (diff)
x86: move tsc definitions to were they belong
This patch wipes out the definitions of tsc_disable from processor_32.h and move it to tsc.h, were it belongs Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/processor_32.h b/include/asm-x86/processor_32.h
index a5560a3b57e..76cada930d2 100644
--- a/include/asm-x86/processor_32.h
+++ b/include/asm-x86/processor_32.h
@@ -22,9 +22,6 @@
22#include <asm/processor-flags.h> 22#include <asm/processor-flags.h>
23#include <asm/desc_defs.h> 23#include <asm/desc_defs.h>
24 24
25/* flag for disabling the tsc */
26extern int tsc_disable;
27
28static inline int desc_empty(const void *ptr) 25static inline int desc_empty(const void *ptr)
29{ 26{
30 const u32 *desc = ptr; 27 const u32 *desc = ptr;
@@ -206,8 +203,6 @@ extern int bootloader_type;
206 203
207#define HAVE_ARCH_PICK_MMAP_LAYOUT 204#define HAVE_ARCH_PICK_MMAP_LAYOUT
208 205
209extern void disable_TSC(void);
210
211/* 206/*
212 * Size of io_bitmap. 207 * Size of io_bitmap.
213 */ 208 */