WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Remove bogus extern declaration.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 4613f42db7806c866e5057f17ad7fa340ccbc7ab
# Parent  14659382edd3e1e51be9fde1cf89e1faf51019a6
Remove bogus extern declaration.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 14659382edd3 -r 4613f42db780 xen/arch/x86/smp.c
--- a/xen/arch/x86/smp.c        Sat Apr 15 10:28:55 2006
+++ b/xen/arch/x86/smp.c        Sat Apr 15 14:53:53 2006
@@ -261,7 +261,7 @@
     return on_selected_cpus(allbutself, func, info, retry, wait);
 }
 
-extern int on_selected_cpus(
+int on_selected_cpus(
     cpumask_t selected,
     void (*func) (void *info),
     void *info,

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>