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
Person | Tokens | Prop | Commits | CommitProp |
Anil S Keshavamurthy | 11 | 29.73% | 1 | 12.50% |
Ross Zwisler | 9 | 24.32% | 1 | 12.50% |
Thomas Gleixner | 8 | 21.62% | 2 | 25.00% |
H. Peter Anvin | 3 | 8.11% | 1 | 12.50% |
David Howells | 3 | 8.11% | 1 | 12.50% |
Akinobu Mita | 2 | 5.41% | 1 | 12.50% |
Ingo Molnar | 1 | 2.70% | 1 | 12.50% |
Total | 37 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.