#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 |
| Borislav Petkov | 36 | 23.23% | 2 | 11.11% |
| Jaswinder Singh Rajput | 36 | 23.23% | 3 | 16.67% |
| Andrew Morton | 33 | 21.29% | 3 | 16.67% |
| Fenghua Yu | 23 | 14.84% | 2 | 11.11% |
| Len Brown | 8 | 5.16% | 1 | 5.56% |
| Vitaly Kuznetsov | 7 | 4.52% | 1 | 5.56% |
| Alexander van Heukelum | 3 | 1.94% | 1 | 5.56% |
| Matthew Dobson | 3 | 1.94% | 1 | 5.56% |
| H. Peter Anvin | 3 | 1.94% | 1 | 5.56% |
| Zwane Mwaikambo | 1 | 0.65% | 1 | 5.56% |
| Mike Travis | 1 | 0.65% | 1 | 5.56% |
| Andi Kleen | 1 | 0.65% | 1 | 5.56% |
| Total | 155 | 100.00% | 18 | 100.00% |