cregit-Linux how code gets into the kernel

Release 4.11 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

PersonTokensPropCommitsCommitProp
Jaswinder Singh Rajput8100.00%1100.00%
Total8100.00%1100.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

PersonTokensPropCommitsCommitProp
Jaswinder Singh Rajput3623.23%316.67%
Borislav Petkov3623.23%211.11%
Andrew Morton3321.29%316.67%
Fenghua Yu2314.84%211.11%
Len Brown85.16%15.56%
Vitaly Kuznetsov74.52%15.56%
H. Peter Anvin31.94%15.56%
Matthew Dobson31.94%15.56%
Alexander van Heukelum31.94%15.56%
Mike Travis10.65%15.56%
Andi Kleen10.65%15.56%
Zwane Mwaikambo10.65%15.56%
Total155100.00%18100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.