/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_CPU_H #define _ASM_X86_CPU_H #include <linux/device.h> #include <linux/cpu.h> #include <linux/topology.h> #include <linux/nodemask.h> #include <linux/percpu.h> #ifdef CONFIG_SMP extern void prefill_possible_map(void); #else /* CONFIG_SMP */
static inline void prefill_possible_map(void) {}Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Jaswinder Singh Rajput | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Jaswinder Singh Rajput | 36 | 23.08% | 3 | 15.79% |
| Borislav Petkov | 36 | 23.08% | 2 | 10.53% |
| Andrew Morton | 33 | 21.15% | 3 | 15.79% |
| Fenghua Yu | 23 | 14.74% | 2 | 10.53% |
| Len Brown | 8 | 5.13% | 1 | 5.26% |
| Vitaly Kuznetsov | 7 | 4.49% | 1 | 5.26% |
| Alexander van Heukelum | 3 | 1.92% | 1 | 5.26% |
| H. Peter Anvin | 3 | 1.92% | 1 | 5.26% |
| Matthew Dobson | 3 | 1.92% | 1 | 5.26% |
| Zwane Mwaikambo | 1 | 0.64% | 1 | 5.26% |
| Andi Kleen | 1 | 0.64% | 1 | 5.26% |
| Greg Kroah-Hartman | 1 | 0.64% | 1 | 5.26% |
| Mike Travis | 1 | 0.64% | 1 | 5.26% |
| Total | 156 | 100.00% | 19 | 100.00% |