x86, mce: rename 64bit mce_dont_init to mce_disabled
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / include / asm / therm_throt.h
blobc62349ee786031eb10708bbabb1815742cce8867
1 #ifndef _ASM_X86_THERM_THROT_H
2 #define _ASM_X86_THERM_THROT_H
4 #include <asm/atomic.h>
6 extern atomic_t therm_throt_en;
7 int therm_throt_process(int curr);
9 #endif /* _ASM_X86_THERM_THROT_H */