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] P2M/VP build fix

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 303406dd9e3b8c6ca280969bdca898252ef6da25
# Parent  77ccce98ddef972ef187eea09583f8545b5858c3
[IA64] P2M/VP build fix

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/xen/domain.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 77ccce98ddef -r 303406dd9e3b xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c        Tue May 16 10:35:58 2006 -0600
+++ b/xen/arch/ia64/xen/domain.c        Tue May 16 12:07:09 2006 -0600
@@ -869,7 +869,7 @@ domain_page_flush(struct domain* d, unsi
 domain_page_flush(struct domain* d, unsigned long mpaddr,
                   unsigned long old_mfn, unsigned long new_mfn)
 {
-    domain_flush_vtlb_all (d);
+    domain_flush_vtlb_all();
 }
 #endif
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] P2M/VP build fix, Xen patchbot-unstable <=