You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
x86: move up & smp variables to setup.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
350bae1d3f
commit
2fe6014757
@@ -128,7 +128,6 @@ int native_cpu_up(unsigned int cpunum);
|
||||
extern int __cpu_disable(void);
|
||||
extern void __cpu_die(unsigned int cpu);
|
||||
|
||||
extern unsigned disabled_cpus;
|
||||
extern void prefill_possible_map(void);
|
||||
|
||||
#define SMP_TRAMPOLINE_BASE 0x6000
|
||||
@@ -144,6 +143,8 @@ static inline int num_booting_cpus(void)
|
||||
}
|
||||
#endif /* CONFIG_SMP */
|
||||
|
||||
extern unsigned disabled_cpus __cpuinitdata;
|
||||
|
||||
#ifdef CONFIG_X86_32_SMP
|
||||
/*
|
||||
* This function is needed by all SMP systems. It must _always_ be valid
|
||||
|
||||
Reference in New Issue
Block a user