]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/cacheflush.h
kernel-doc: detect/prevent duplicate doc section names
[linux-2.6-omap-h63xx.git] / include / asm-s390 / cacheflush.h
index f7cade8083f3378e8297493f984f3749b2552b9e..49d5af916d014a9e22300464d11110b1d2855baf 100644 (file)
@@ -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 */