aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/cacheflush.h')
-rw-r--r--include/asm-x86/cacheflush.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h
index 9411a2d3f19c..fccb563e2305 100644
--- a/include/asm-x86/cacheflush.h
+++ b/include/asm-x86/cacheflush.h
@@ -29,11 +29,6 @@ int change_page_attr(struct page *page, int numpages, pgprot_t prot);
29int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot); 29int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot);
30void clflush_cache_range(void *addr, int size); 30void clflush_cache_range(void *addr, int size);
31 31
32#ifdef CONFIG_DEBUG_PAGEALLOC
33/* internal debugging function */
34void kernel_map_pages(struct page *page, int numpages, int enable);
35#endif
36
37#ifdef CONFIG_DEBUG_RODATA 32#ifdef CONFIG_DEBUG_RODATA
38void mark_rodata_ro(void); 33void mark_rodata_ro(void);
39#endif 34#endif