cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
jan glauberjan glauber4477.19%250.00%
martin schwidefskymartin schwidefsky1119.30%125.00%
akinobu mitaakinobu mita23.51%125.00%
Total57100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.