x86/cpufeature: Remove cpu_has_pse
[linux-2.6-block.git] / arch / x86 / include / asm / cpufeature.h
index f97b53417d44c919660c8f64cc0ed9d420f11ec5..97e5f13ea471346435360126e67d129b202e287a 100644 (file)
@@ -119,7 +119,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
 } while (0)
 
 #define cpu_has_fpu            boot_cpu_has(X86_FEATURE_FPU)
-#define cpu_has_pse            boot_cpu_has(X86_FEATURE_PSE)
 #define cpu_has_tsc            boot_cpu_has(X86_FEATURE_TSC)
 #define cpu_has_apic           boot_cpu_has(X86_FEATURE_APIC)
 #define cpu_has_fxsr           boot_cpu_has(X86_FEATURE_FXSR)