|
@@ -32,6 +32,6 @@ extern void arch_unregister_cpu(int);
|
|
|
|
|
|
DECLARE_PER_CPU(int, cpu_state);
|
|
DECLARE_PER_CPU(int, cpu_state);
|
|
|
|
|
|
-int __cpuinit mwait_usable(const struct cpuinfo_x86 *);
|
|
|
|
|
|
+int mwait_usable(const struct cpuinfo_x86 *);
|
|
|
|
|
|
#endif /* _ASM_X86_CPU_H */
|
|
#endif /* _ASM_X86_CPU_H */
|