]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/proto.h
x86: move idle related declarations
[linux-2.6-omap-h63xx.git] / include / asm-x86 / proto.h
index 9e3d51fd91a29dabe83cfffcf8d701fb55c4c19d..77b4177d17f52df284d868db88f2611f02585507 100644 (file)
@@ -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))