Release 4.10 arch/x86/include/asm/cpu.h
#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 | jaswinder singh rajput | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
#define cpu_physical_id(cpu) boot_cpu_physical_apicid
#define cpu_acpi_id(cpu) 0
#define safe_smp_processor_id() 0
#endif /* CONFIG_SMP */
struct x86_cpu {
struct cpu cpu;
};
#ifdef CONFIG_HOTPLUG_CPU
extern int arch_register_cpu(int num);
extern void arch_unregister_cpu(int);
extern void start_cpu0(void);
#ifdef CONFIG_DEBUG_HOTPLUG_CPU0
extern int _debug_hotplug_cpu(int cpu, int action);
#endif
#endif
int mwait_usable(const struct cpuinfo_x86 *);
unsigned int x86_family(unsigned int sig);
unsigned int x86_model(unsigned int sig);
unsigned int x86_stepping(unsigned int sig);
#endif /* _ASM_X86_CPU_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jaswinder singh rajput | jaswinder singh rajput | 36 | 23.23% | 3 | 16.67% |
borislav petkov | borislav petkov | 36 | 23.23% | 2 | 11.11% |
andrew morton | andrew morton | 33 | 21.29% | 3 | 16.67% |
fenghua yu | fenghua yu | 23 | 14.84% | 2 | 11.11% |
len brown | len brown | 8 | 5.16% | 1 | 5.56% |
vitaly kuznetsov | vitaly kuznetsov | 7 | 4.52% | 1 | 5.56% |
alexander van heukelum | alexander van heukelum | 3 | 1.94% | 1 | 5.56% |
h. peter anvin | h. peter anvin | 3 | 1.94% | 1 | 5.56% |
matthew dobson | matthew dobson | 3 | 1.94% | 1 | 5.56% |
mike travis | mike travis | 1 | 0.65% | 1 | 5.56% |
andi kleen | andi kleen | 1 | 0.65% | 1 | 5.56% |
zwane mwaikambo | zwane mwaikambo | 1 | 0.65% | 1 | 5.56% |
| Total | 155 | 100.00% | 18 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.