Release 4.16 arch/arm/include/asm/kmap_types.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ARM_KMAP_TYPES_H
#define __ARM_KMAP_TYPES_H
/*
* This is the "bare minimum". AIO seems to require this.
*/
#define KM_TYPE_NR 16
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 11 | 78.57% | 2 | 50.00% |
Américo Wang | 2 | 14.29% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 7.14% | 1 | 25.00% |
Total | 14 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.