]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/s390/include/asm/cacheflush.h
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
[mv-sheeva.git] / arch / s390 / include / asm / cacheflush.h
1 #ifndef _S390_CACHEFLUSH_H
2 #define _S390_CACHEFLUSH_H
3
4 /* Caches aren't brain-dead on the s390. */
5 #include <asm-generic/cacheflush.h>
6
7 #ifdef CONFIG_DEBUG_PAGEALLOC
8 void kernel_map_pages(struct page *page, int numpages, int enable);
9 #endif
10
11 #endif /* _S390_CACHEFLUSH_H */