#ifndef _ASM_SPARC64_TOPOLOGY_H #define _ASM_SPARC64_TOPOLOGY_H #ifdef CONFIG_NUMA #include <asm/mmzone.h>
static inline int cpu_to_node(int cpu) { return numa_cpu_lookup_table[cpu]; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sam Ravnborg | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Sam Ravnborg | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Stephen Rothwell | 15 | 75.00% | 1 | 33.33% |
Rusty Russell | 4 | 20.00% | 1 | 33.33% |
Atish Patra | 1 | 5.00% | 1 | 33.33% |
Total | 20 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Sam Ravnborg | 102 | 51.00% | 1 | 7.69% |
Rusty Russell | 23 | 11.50% | 4 | 30.77% |
Stephen Rothwell | 22 | 11.00% | 1 | 7.69% |
Nitin Gupta | 17 | 8.50% | 1 | 7.69% |
Atish Patra | 16 | 8.00% | 1 | 7.69% |
chris hyser | 8 | 4.00% | 1 | 7.69% |
David S. Miller | 7 | 3.50% | 1 | 7.69% |
Ben Hutchings | 3 | 1.50% | 1 | 7.69% |
Anton Blanchard | 1 | 0.50% | 1 | 7.69% |
Bartosz Golaszewski | 1 | 0.50% | 1 | 7.69% |
Total | 200 | 100.00% | 13 | 100.00% |