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 285820bb6e21045e5130828cddec1045689da6ca
# Parent  1eec4d22bd8f5aba974cfb60325da95d826dc9e0
Remove bogus extern declaration.

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

diff -r 1eec4d22bd8f -r 285820bb6e21 xen/arch/x86/smp.c
--- a/xen/arch/x86/smp.c        Sat Apr 15 09:17:20 2006
+++ b/xen/arch/x86/smp.c        Sat Apr 15 14:54:35 2006
@@ -306,7 +306,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>