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] [IA64] remove warning of xen_init()

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 2f4911432398044adbaeee02dbd9a7f8a6300b4d
# Parent  911c04274f146588a1a1cbf5176070e82815c99a
[IA64] remove warning of xen_init()

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

diff -r 911c04274f14 -r 2f4911432398 
linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h
--- a/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h        Tue Mar 14 
21:38:22 2006
+++ b/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.h        Wed Mar 15 
15:20:28 2006
@@ -44,6 +44,8 @@
 
 void force_evtchn_callback(void);
 
+int xen_init(void);
+
 /* Turn jiffies into Xen system time. XXX Implement me. */
 #define jiffies_to_st(j)       0
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] remove warning of xen_init(), Xen patchbot -unstable <=