Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -73,6 +73,7 @@ typedef int pid_t; // now needed for xen/include/mm.h typedef unsigned long paddr_t; #define INVALID_PADDR (~0UL) +#define PRIpaddr "016lx" // from include/linux/kernel.h #define ALIGN(x,a) (((x)+(a)-1)&~((a)-1)) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Possibly Parallel Threads
- [xen-unstable test] 12385: regressions - FAIL
- [PATCH] x86/hvm: increase struct hvm_vcpu_io's mmio_large_read
- [PATCH v2] arm: add few checks to gic_init
- [PATCH v5 5/6] xen/arm: Implement hypercall for dirty page tracing
- [PATCH 00/45] initial arm v8 (64-bit) support