Release 4.10 arch/x86/include/asm/kmap_types.h
#ifndef _ASM_X86_KMAP_TYPES_H
#define _ASM_X86_KMAP_TYPES_H
#if defined(CONFIG_X86_32) && defined(CONFIG_DEBUG_HIGHMEM)
#define __WITH_KM_FENCE
#endif
#include <asm-generic/kmap_types.h>
#undef __WITH_KM_FENCE
#endif /* _ASM_X86_KMAP_TYPES_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
thomas gleixner | thomas gleixner | 23 | 74.19% | 2 | 50.00% |
randy dunlap | randy dunlap | 5 | 16.13% | 1 | 25.00% |
h. peter anvin | h. peter anvin | 3 | 9.68% | 1 | 25.00% |
| Total | 31 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.