]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/pat.h
ide-generic: remove broken PPC_PREP support
[linux-2.6-omap-h63xx.git] / include / asm-x86 / pat.h
index 88f60cc6a22737f8e45b20e36a67b27410bb5326..7edc473072179c48defd9043a2ec5be0202dbbcf 100644 (file)
@@ -1,14 +1,13 @@
-
 #ifndef _ASM_PAT_H
-#define _ASM_PAT_H 1
+#define _ASM_PAT_H
 
 #include <linux/types.h>
 
 #ifdef CONFIG_X86_PAT
-extern int pat_wc_enabled;
+extern int pat_enabled;
 extern void validate_pat_support(struct cpuinfo_x86 *c);
 #else
-static const int pat_wc_enabled = 0;
+static const int pat_enabled;
 static inline void validate_pat_support(struct cpuinfo_x86 *c) { }
 #endif
 
@@ -21,4 +20,3 @@ extern int free_memtype(u64 start, u64 end);
 extern void pat_disable(char *reason);
 
 #endif
-