Release 4.14 arch/x86/include/asm/numa_32.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_NUMA_32_H
#define _ASM_X86_NUMA_32_H
#ifdef CONFIG_HIGHMEM
extern void set_highmem_pages_init(void);
#else
static inline void set_highmem_pages_init(void)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Pekka J Enberg | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif /* _ASM_X86_NUMA_32_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ingo Molnar | 16 | 50.00% | 1 | 20.00% |
Pekka J Enberg | 11 | 34.38% | 1 | 20.00% |
H. Peter Anvin | 3 | 9.38% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 20.00% |
Yinghai Lu | 1 | 3.12% | 1 | 20.00% |
Total | 32 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.