aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/proto.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:16 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:16 +0100
commitfc36367211931cd503f050e4ceff5d9864cec817 (patch)
tree44ae28cc2ca9889e498741eeff66ac7aa900c6f2 /include/asm-x86/proto.h
parentx86: make early_indentify_cpu static (diff)
downloadlinux-dev-fc36367211931cd503f050e4ceff5d9864cec817.tar.xz
linux-dev-fc36367211931cd503f050e4ceff5d9864cec817.zip
x86: move idle related declarations
Move idle related declarations to processor_64.h, where the the others are as well. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--include/asm-x86/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h
index 9e3d51fd91a2..77b4177d17f5 100644
--- a/include/asm-x86/proto.h
+++ b/include/asm-x86/proto.h
@@ -67,8 +67,6 @@ extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long en
extern void check_efer(void);
-extern void select_idle_routine(const struct cpuinfo_x86 *c);
-
extern unsigned long table_start, table_end;
extern int exception_trace;
@@ -80,8 +78,6 @@ extern int notsc_setup(char *);
extern int gsi_irq_sharing(int gsi);
-extern int force_mwait;
-
long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
#define round_up(x,y) (((x) + (y) - 1) & ~((y)-1))