From: Juergen Gross Date: Wed, 28 Jan 2015 06:44:22 +0000 (+0100) Subject: x86/xen: use correct types for addresses in arch/x86/xen/setup.c X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~146^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba5c867ca504a9fbdadbbd1b36b690c7e2718df;p=pandora-kernel.git x86/xen: use correct types for addresses in arch/x86/xen/setup.c In many places in arch/x86/xen/setup.c wrong types are used for physical addresses (u64 or unsigned long long). Use phys_addr_t instead. Use macros already defined instead of open coding them. Correct some other type mismatches. Signed-off-by: Juergen Gross Signed-off-by: David Vrabel --- Reading git-diff-tree failed