ia64/xen-unstable
changeset 9733:4613f42db780
Remove bogus extern declaration.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Sat Apr 15 15:53:53 2006 +0100 (2006-04-15) |
parents | 14659382edd3 |
children | b39365343de0 |
files | xen/arch/x86/smp.c |
line diff
1.1 --- a/xen/arch/x86/smp.c Sat Apr 15 11:28:55 2006 +0100 1.2 +++ b/xen/arch/x86/smp.c Sat Apr 15 15:53:53 2006 +0100 1.3 @@ -261,7 +261,7 @@ int smp_call_function( 1.4 return on_selected_cpus(allbutself, func, info, retry, wait); 1.5 } 1.6 1.7 -extern int on_selected_cpus( 1.8 +int on_selected_cpus( 1.9 cpumask_t selected, 1.10 void (*func) (void *info), 1.11 void *info,