From 3ba5c867ca504a9fbdadbbd1b36b690c7e2718df Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Wed, 28 Jan 2015 07:44:22 +0100 Subject: [PATCH] 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-format-patch failed