Release 4.14 arch/alpha/include/asm/kmap_types.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_KMAP_TYPES_H
#define _ASM_KMAP_TYPES_H
/* Dummy header just to define km_type. */
#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 |
Ivan Kokshaysky | 16 | 66.67% | 1 | 25.00% |
Randy Dunlap | 5 | 20.83% | 1 | 25.00% |
Steven Cole | 2 | 8.33% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.17% | 1 | 25.00% |
Total | 24 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.