aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/cacheflush.h')
-rw-r--r--include/asm-powerpc/cacheflush.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-powerpc/cacheflush.h b/include/asm-powerpc/cacheflush.h
index 08e93e789219..ba667a383b8c 100644
--- a/include/asm-powerpc/cacheflush.h
+++ b/include/asm-powerpc/cacheflush.h
@@ -64,6 +64,12 @@ extern void flush_dcache_phys_range(unsigned long start, unsigned long stop);
memcpy(dst, src, len)
+
+#ifdef CONFIG_DEBUG_PAGEALLOC
+/* internal debugging function */
+void kernel_map_pages(struct page *page, int numpages, int enable);
+#endif
+
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_CACHEFLUSH_H */