Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61d59899 authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: make remove_siblinginfo non-static



this is done to match i386

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 14522076
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -918,7 +918,7 @@ void __init native_smp_cpus_done(unsigned int max_cpus)

#ifdef CONFIG_HOTPLUG_CPU

static void remove_siblinginfo(int cpu)
void remove_siblinginfo(int cpu)
{
	int sibling;
	struct cpuinfo_x86 *c = &cpu_data(cpu);