Release 4.10 arch/s390/include/asm/cacheflush.h
#ifndef _S390_CACHEFLUSH_H
#define _S390_CACHEFLUSH_H
/* Caches aren't brain-dead on the s390. */
#include <asm-generic/cacheflush.h>
int set_memory_ro(unsigned long addr, int numpages);
int set_memory_rw(unsigned long addr, int numpages);
int set_memory_nx(unsigned long addr, int numpages);
int set_memory_x(unsigned long addr, int numpages);
#endif /* _S390_CACHEFLUSH_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jan glauber | jan glauber | 44 | 77.19% | 2 | 50.00% |
martin schwidefsky | martin schwidefsky | 11 | 19.30% | 1 | 25.00% |
akinobu mita | akinobu mita | 2 | 3.51% | 1 | 25.00% |
| Total | 57 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.