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

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

x86: adapt voyager's setup_trampoline



make setup_trampoline non-static. This way, it won't conflict
with the extern declaration in smp.h

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d507897b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ void __init smp_store_cpu_info(int id)
}

/* set up the trampoline and return the physical address of the code */
static __u32 __init setup_trampoline(void)
unsigned long __init setup_trampoline(void)
{
	/* these two are global symbols in trampoline.S */
	extern const __u8 trampoline_end[];