]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'x86/urgent' into x86/pat
authorIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 15:40:10 +0000 (16:40 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 15:40:10 +0000 (16:40 +0100)
arch/x86/include/asm/io.h
arch/x86/mm/ioremap.c

index 1dbbdf4be9b466ba2d77abedbe9e4f364576ec78..bcf7ea4e1367f2478ccc467d80d7c39ce42e66e1 100644 (file)
@@ -91,7 +91,7 @@ extern void unxlate_dev_mem_ptr(unsigned long phys, void *addr);
 
 extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
                                unsigned long prot_val);
-extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);
+extern void __iomem *ioremap_wc(resource_size_t offset, unsigned long size);
 
 /*
  * early_ioremap() and early_iounmap() are for temporary early boot-time
index f45d5e29a72edf4e15616d48c0d174f7905ac417..433f7bd4648af4206fbc4afb0b2fd6b6dab59b6e 100644 (file)
@@ -348,7 +348,7 @@ EXPORT_SYMBOL(ioremap_nocache);
  *
  * Must be freed with iounmap.
  */
-void __iomem *ioremap_wc(unsigned long phys_addr, unsigned long size)
+void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size)
 {
        if (pat_enabled)
                return __ioremap_caller(phys_addr, size, _PAGE_CACHE_WC,