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] Fix the ia64 build.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID c5fa9bb0aad76372dd2917feaa2721ad3cf73389
# Parent  eff96462fde8218fdbfa349247a91832fd982f21
Fix the ia64 build.

Signed-off-by: Dan Magenheimer <dan.magenheimer@xxxxxx>

diff -r eff96462fde8 -r c5fa9bb0aad7 xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h     Tue Jan 31 11:04:12 2006
+++ b/xen/include/asm-ia64/config.h     Tue Jan 31 18:55:08 2006
@@ -215,6 +215,9 @@
 // see include/asm-ia64/mm.h, handle remaining pfn_info uses until gone
 #define pfn_info page
 
+// see common/memory.c
+#define set_pfn_from_mfn(x,y)  do { } while (0)
+
 // see common/keyhandler.c
 #define        nop()   asm volatile ("nop 0")
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix the ia64 build., Xen patchbot -3 . 0-testing <=