Release 4.10 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 | 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 | ingo molnar | 16 | 51.61% | 1 | 25.00% |
pekka j enberg | pekka j enberg | 11 | 35.48% | 1 | 25.00% |
h. peter anvin | h. peter anvin | 3 | 9.68% | 1 | 25.00% |
yinghai lu | 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.