#ifndef _S390_CACHEFLUSH_H #define _S390_CACHEFLUSH_H /* Caches aren't brain-dead on the s390. */ #include #ifdef CONFIG_DEBUG_PAGEALLOC void kernel_map_pages(struct page *page, int numpages, int enable); #endif #endif /* _S390_CACHEFLUSH_H */