cregit-Linux how code gets into the kernel

Release 4.13 arch/x86/include/asm/cacheflush.h

#ifndef _ASM_X86_CACHEFLUSH_H

#define _ASM_X86_CACHEFLUSH_H

/* Caches aren't brain-dead on the intel. */
#include <asm-generic/cacheflush.h>
#include <asm/special_insns.h>

void clflush_cache_range(void *addr, unsigned int size);


#define mmio_flush_range(addr, size) clflush_cache_range(addr, size)

#endif /* _ASM_X86_CACHEFLUSH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Anil S Keshavamurthy1129.73%112.50%
Ross Zwisler924.32%112.50%
Thomas Gleixner821.62%225.00%
H. Peter Anvin38.11%112.50%
David Howells38.11%112.50%
Akinobu Mita25.41%112.50%
Ingo Molnar12.70%112.50%
Total37100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.