Loading include/asm-x86/processor_64.h +4 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,10 @@ static inline void __sti_mwait(unsigned long eax, unsigned long ecx) extern void mwait_idle_with_hints(unsigned long eax, unsigned long ecx); extern int force_mwait; extern void select_idle_routine(const struct cpuinfo_x86 *c); #define stack_current() \ ({ \ struct thread_info *ti; \ Loading include/asm-x86/proto.h +0 −4 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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)) Loading Loading
include/asm-x86/processor_64.h +4 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,10 @@ static inline void __sti_mwait(unsigned long eax, unsigned long ecx) extern void mwait_idle_with_hints(unsigned long eax, unsigned long ecx); extern int force_mwait; extern void select_idle_routine(const struct cpuinfo_x86 *c); #define stack_current() \ ({ \ struct thread_info *ti; \ Loading
include/asm-x86/proto.h +0 −4 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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)) Loading