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 9a05a503897c2ef16917d2d896a4324555a1f4db
# Parent  9ef5f0ec9df8a9c03757315e8c85e9bd5af7cf14
Fix the ia64 build.

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

diff -r 9ef5f0ec9df8 -r 9a05a503897c xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h     Tue Jan 31 17:39:35 2006
+++ b/xen/include/asm-ia64/config.h     Tue Jan 31 18:55:55 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 -unstable <=