Release 4.11 arch/x86/include/asm/numa_32.h
#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 | 51.61% | 1 | 25.00% |
Pekka J Enberg | 11 | 35.48% | 1 | 25.00% |
H. Peter Anvin | 3 | 9.68% | 1 | 25.00% |
Yinghai Lu | 1 | 3.23% | 1 | 25.00% |
Total | 31 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.