]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/asm-x86/cacheflush.h
x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y
[net-next-2.6.git] / include / asm-x86 / cacheflush.h
index 9411a2d3f19c2a77feed8d141ddc7c3bd9f13399..fccb563e230555ca483fddad09a7cf051d3eeddb 100644 (file)
@@ -29,11 +29,6 @@ int change_page_attr(struct page *page, int numpages, pgprot_t prot);
 int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot);
 void clflush_cache_range(void *addr, int size);
 
-#ifdef CONFIG_DEBUG_PAGEALLOC
-/* internal debugging function */
-void kernel_map_pages(struct page *page, int numpages, int enable);
-#endif
-
 #ifdef CONFIG_DEBUG_RODATA
 void mark_rodata_ro(void);
 #endif