* Jan Beulich <jbeulich@novell.com> wrote:
ah, i see, the delta below. Nasty.
Ingo
------------->
arch/x86/mm/ioremap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
index 8703468..63fb796 100644
--- a/arch/x86/mm/ioremap.c
+++ b/arch/x86/mm/ioremap.c
@@ -22,7 +22,7 @@
#include <asm/pgalloc.h>
#include <asm/pat.h>
-static inline int phys_addr_valid(unsigned long addr)
+static inline int phys_addr_valid(resource_size_t addr)
{
#ifdef CONFIG_RESOURCES_64BIT
return !(addr >> boot_cpu_data.x86_phys_bits);
--