]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/acpi.h
Update flex_bg free blocks and free inodes counters when resizing.
[linux-2.6-omap-h63xx.git] / include / asm-x86 / acpi.h
index 635d764dc13e346e26dc6f27b8a45d5701a9c55b..35d1743b57ac733502f48c63676f313b8e7f61f3 100644 (file)
@@ -140,6 +140,8 @@ static inline unsigned int acpi_processor_cstate_check(unsigned int max_cstate)
            boot_cpu_data.x86_model <= 0x05 &&
            boot_cpu_data.x86_mask < 0x0A)
                return 1;
+       else if (boot_cpu_has(X86_FEATURE_AMDC1E))
+               return 1;
        else
                return max_cstate;
 }