Release 4.12 include/linux/numa.h
#ifndef _LINUX_NUMA_H
#define _LINUX_NUMA_H
#ifdef CONFIG_NODES_SHIFT
#define NODES_SHIFT CONFIG_NODES_SHIFT
#else
#define NODES_SHIFT 0
#endif
#define MAX_NUMNODES (1 << NODES_SHIFT)
#define NUMA_NO_NODE (-1)
#endif /* _LINUX_NUMA_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 20 | 62.50% | 1 | 33.33% |
Yasunori Goto | 8 | 25.00% | 1 | 33.33% |
Lee Schermerhorn | 4 | 12.50% | 1 | 33.33% |
Total | 32 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.