aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/cacheflush.h')
-rw-r--r--include/asm-i386/cacheflush.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/cacheflush.h b/include/asm-i386/cacheflush.h
index 2ea36dea37d90..7199f7b326f1e 100644
--- a/include/asm-i386/cacheflush.h
+++ b/include/asm-i386/cacheflush.h
@@ -31,4 +31,8 @@ int change_page_attr(struct page *page, int numpages, pgprot_t prot);
void kernel_map_pages(struct page *page, int numpages, int enable);
#endif
+#ifdef CONFIG_DEBUG_RODATA
+void mark_rodata_ro(void);
+#endif
+
#endif /* _I386_CACHEFLUSH_H */