summaryrefslogtreecommitdiff
path: root/include/asm-s390/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/cacheflush.h')
-rw-r--r--include/asm-s390/cacheflush.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-s390/cacheflush.h b/include/asm-s390/cacheflush.h
index f7cade8083f..49d5af916d0 100644
--- a/include/asm-s390/cacheflush.h
+++ b/include/asm-s390/cacheflush.h
@@ -24,4 +24,8 @@
#define copy_from_user_page(vma, page, vaddr, dst, src, len) \
memcpy(dst, src, len)
+#ifdef CONFIG_DEBUG_PAGEALLOC
+void kernel_map_pages(struct page *page, int numpages, int enable);
+#endif
+
#endif /* _S390_CACHEFLUSH_H */