]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/cacheflush.h
x86, irq: get nr_irqs from madt
[linux-2.6-omap-h63xx.git] / include / asm-x86 / cacheflush.h
index 8e205a131250018d2f876177dabeebe5533a7954..68840ef1b35a01c01fa7e23e45f3b5c0415d39e8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ASM_X86_CACHEFLUSH_H
-#define _ASM_X86_CACHEFLUSH_H
+#ifndef ASM_X86__CACHEFLUSH_H
+#define ASM_X86__CACHEFLUSH_H
 
 /* Keep includes the same across arches.  */
 #include <linux/mm.h>
@@ -24,6 +24,8 @@
 #define copy_from_user_page(vma, page, vaddr, dst, src, len)   \
        memcpy((dst), (src), (len))
 
+#define PG_non_WB                              PG_arch_1
+PAGEFLAG(NonWB, non_WB)
 
 /*
  * The set_memory_* API can be used to change various attributes of a virtual
@@ -113,4 +115,4 @@ static inline int rodata_test(void)
 }
 #endif
 
-#endif
+#endif /* ASM_X86__CACHEFLUSH_H */