#ifndef _ASM_SPARC64_TOPOLOGY_H #define _ASM_SPARC64_TOPOLOGY_H #ifdef CONFIG_NUMA #include <asm/mmzone.h> #include <asm/cpudata.h>
static inline int cpu_to_node(int cpu) { return numa_cpu_lookup_table[cpu]; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
sam ravnborg | sam ravnborg | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
sam ravnborg | sam ravnborg | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
stephen rothwell | stephen rothwell | 15 | 75.00% | 1 | 33.33% |
rusty russell | rusty russell | 4 | 20.00% | 1 | 33.33% |
atish patra | atish patra | 1 | 5.00% | 1 | 33.33% |
Total | 20 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
sam ravnborg | sam ravnborg | 102 | 51.00% | 1 | 7.69% |
rusty russell | rusty russell | 23 | 11.50% | 4 | 30.77% |
stephen rothwell | stephen rothwell | 22 | 11.00% | 1 | 7.69% |
nitin gupta | nitin gupta | 17 | 8.50% | 1 | 7.69% |
atish patra | atish patra | 16 | 8.00% | 1 | 7.69% |
chris hyser | chris hyser | 8 | 4.00% | 1 | 7.69% |
david s. miller | david s. miller | 7 | 3.50% | 1 | 7.69% |
gonglei | gonglei | 3 | 1.50% | 1 | 7.69% |
bartosz golaszewski | bartosz golaszewski | 1 | 0.50% | 1 | 7.69% |
anton blanchard | anton blanchard | 1 | 0.50% | 1 | 7.69% |
Total | 200 | 100.00% | 13 | 100.00% |