Release 4.14 arch/m32r/include/asm/kmap_types.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __M32R_KMAP_TYPES_H
#define __M32R_KMAP_TYPES_H
#ifdef CONFIG_DEBUG_HIGHMEM
#define __WITH_KM_FENCE
#endif
#include <asm-generic/kmap_types.h>
#undef __WITH_KM_FENCE
#endif /* __M32R_KMAP_TYPES_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Hirokazu Takata | 18 | 75.00% | 1 | 33.33% |
Randy Dunlap | 5 | 20.83% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.17% | 1 | 33.33% |
Total | 24 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.