aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/processor.h2
-rw-r--r--include/asm-x86_64/proto.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h
index 9d895cc2f312..882d3f8fbbac 100644
--- a/include/asm-i386/processor.h
+++ b/include/asm-i386/processor.h
@@ -779,4 +779,6 @@ extern int sysenter_setup(void);
779extern void cpu_set_gdt(int); 779extern void cpu_set_gdt(int);
780extern void cpu_init(void); 780extern void cpu_init(void);
781 781
782extern int force_mwait;
783
782#endif /* __ASM_I386_PROCESSOR_H */ 784#endif /* __ASM_I386_PROCESSOR_H */
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h
index 3f8f285138d2..98063bcb3b33 100644
--- a/include/asm-x86_64/proto.h
+++ b/include/asm-x86_64/proto.h
@@ -119,6 +119,8 @@ extern int gsi_irq_sharing(int gsi);
119 119
120extern void smp_local_timer_interrupt(void); 120extern void smp_local_timer_interrupt(void);
121 121
122extern int force_mwait;
123
122long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); 124long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
123 125
124void i8254_timer_resume(void); 126void i8254_timer_resume(void);