mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
x86/non-x86: percpu, node ids, apic ids x86.git fixup
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
3212bff370
commit
dd5af90a7f
4 changed files with 13 additions and 13 deletions
|
@ -363,7 +363,7 @@ static inline void smp_prepare_cpus(unsigned int maxcpus) { }
|
|||
|
||||
#else
|
||||
|
||||
#ifndef CONFIG_ARCH_SETS_UP_PER_CPU_AREA
|
||||
#ifndef CONFIG_HAVE_SETUP_PER_CPU_AREA
|
||||
unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
|
||||
|
||||
EXPORT_SYMBOL(__per_cpu_offset);
|
||||
|
@ -384,7 +384,7 @@ static void __init setup_per_cpu_areas(void)
|
|||
ptr += size;
|
||||
}
|
||||
}
|
||||
#endif /* CONFIG_ARCH_SETS_UP_CPU_AREA */
|
||||
#endif /* CONFIG_HAVE_SETUP_PER_CPU_AREA */
|
||||
|
||||
/* Called by boot processor to activate the rest. */
|
||||
static void __init smp_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue