cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/cpu.h

/* 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

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.08%315.79%
Borislav Petkov3623.08%210.53%
Andrew Morton3321.15%315.79%
Fenghua Yu2314.74%210.53%
Len Brown85.13%15.26%
Vitaly Kuznetsov74.49%15.26%
Alexander van Heukelum31.92%15.26%
H. Peter Anvin31.92%15.26%
Matthew Dobson31.92%15.26%
Zwane Mwaikambo10.64%15.26%
Andi Kleen10.64%15.26%
Greg Kroah-Hartman10.64%15.26%
Mike Travis10.64%15.26%
Total156100.00%19100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.