/* SPDX-License-Identifier: GPL-2.0 */ #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 | 50.75% | 1 | 7.14% |
Rusty Russell | 23 | 11.44% | 4 | 28.57% |
Stephen Rothwell | 22 | 10.95% | 1 | 7.14% |
Nitin Gupta | 17 | 8.46% | 1 | 7.14% |
Atish Patra | 16 | 7.96% | 1 | 7.14% |
chris hyser | 8 | 3.98% | 1 | 7.14% |
David S. Miller | 7 | 3.48% | 1 | 7.14% |
Ben Hutchings | 3 | 1.49% | 1 | 7.14% |
Greg Kroah-Hartman | 1 | 0.50% | 1 | 7.14% |
Bartosz Golaszewski | 1 | 0.50% | 1 | 7.14% |
Anton Blanchard | 1 | 0.50% | 1 | 7.14% |
Total | 201 | 100.00% | 14 | 100.00% |