]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
[IA64] Define paddr_t.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 3 Apr 2008 10:39:47 +0000 (11:39 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 3 Apr 2008 10:39:47 +0000 (11:39 +0100)
Temporary build workaround

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
linux-2.6.18-xen changeset:   51:50306c16650087922da4b54b4d222cfd8d17697a
linux-2.6.18-xen date:        Tue Jun 12 15:40:30 2007 -0600

linux-2.6-xen-sparse/include/asm-ia64/maddr.h

index c43348f26a9babad5b64d5f96ee1ad47fdcab8b2..22e80115a6c3d27a3eb1b51d2978b1f37c49e2ea 100644 (file)
@@ -94,5 +94,6 @@ mfn_to_local_pfn(unsigned long mfn)
 #define set_phys_to_machine(pfn, mfn) do { } while (0)
 
 typedef unsigned long maddr_t; // to compile netback, netfront
+typedef unsigned long paddr_t;
 
 #endif /* _ASM_IA64_MADDR_H */