]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/cacheflush.h
x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot
[linux-2.6-omap-h63xx.git] / include / asm-x86 / cacheflush.h
index f4c0ab50d2c2bc4d8e5d5beea1c84c26409225d7..0a5f71817b3eae4994355df2ec67a1f7101572aa 100644 (file)
@@ -66,6 +66,9 @@ int set_memory_rw(unsigned long addr, int numpages);
 int set_memory_np(unsigned long addr, int numpages);
 int set_memory_4k(unsigned long addr, int numpages);
 
+int set_memory_array_uc(unsigned long *addr, int addrinarray);
+int set_memory_array_wb(unsigned long *addr, int addrinarray);
+
 /*
  * For legacy compatibility with the old APIs, a few functions
  * are provided that work on a "struct page".