#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 | andrew morton | 20 | 62.50% | 1 | 33.33% |
| yasunori goto | yasunori goto | 8 | 25.00% | 1 | 33.33% |
| lee schermerhorn | lee schermerhorn | 4 | 12.50% | 1 | 33.33% |
| Total | 32 | 100.00% | 3 | 100.00% |