Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / s390 / include / asm / cacheflush.h
CommitLineData
1da177e4
LT
1#ifndef _S390_CACHEFLUSH_H
2#define _S390_CACHEFLUSH_H
3
1da177e4 4/* Caches aren't brain-dead on the s390. */
786cca88 5#include <asm-generic/cacheflush.h>
1da177e4 6
305b1523
JG
7int set_memory_ro(unsigned long addr, int numpages);
8int set_memory_rw(unsigned long addr, int numpages);
9int set_memory_nx(unsigned long addr, int numpages);
448694a1 10int set_memory_x(unsigned long addr, int numpages);
305b1523 11
1da177e4 12#endif /* _S390_CACHEFLUSH_H */
This page took 0.725588 seconds and 5 git commands to generate.