Release 4.14 arch/mips/include/asm/kmap_types.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_KMAP_TYPES_H
#define _ASM_KMAP_TYPES_H
#ifdef CONFIG_DEBUG_HIGHMEM
#define __WITH_KM_FENCE
#endif
#include <asm-generic/kmap_types.h>
#undef __WITH_KM_FENCE
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 17 | 73.91% | 1 | 33.33% |
Randy Dunlap | 5 | 21.74% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.35% | 1 | 33.33% |
Total | 23 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.