From 3c9840de8102eaee127c1635f3bf871e6f8263a6 Mon Sep 17 00:00:00 2001 From: Glauber Costa Date: Mon, 3 Mar 2008 14:13:11 -0300 Subject: [PATCH] --- yaml --- r: 88739 b: refs/heads/master c: da522b07293756b9cb4e2c570454f95b8e79e189 h: refs/heads/master i: 88737: dfe01fad4d669a42e657b99b2aa6e33e92767495 88735: ee3c3366249cfdb8c70ab047a312c3e22755a77b v: v3 --- [refs] | 2 +- trunk/arch/x86/mach-voyager/voyager_smp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a88827dc6b45..15ed6297ab5b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d507897b2f179a9b30ce2f91b768ed2ee84575bc +refs/heads/master: da522b07293756b9cb4e2c570454f95b8e79e189 diff --git a/trunk/arch/x86/mach-voyager/voyager_smp.c b/trunk/arch/x86/mach-voyager/voyager_smp.c index 20b7ce697ee8..11b806c7ed94 100644 --- a/trunk/arch/x86/mach-voyager/voyager_smp.c +++ b/trunk/arch/x86/mach-voyager/voyager_smp.c @@ -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[];