Skip to content

Commit

Permalink
x86: adapt voyager's setup_trampoline
Browse files Browse the repository at this point in the history
make setup_trampoline non-static. This way, it won't conflict
with the extern declaration in smp.h

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent d507897 commit da522b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mach-voyager/voyager_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit da522b0

Please sign in to comment.