]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'x86/cleanups' into x86/core
authorIngo Molnar <mingo@elte.hu>
Fri, 13 Feb 2009 08:45:42 +0000 (09:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Feb 2009 08:45:42 +0000 (09:45 +0100)
1  2 
arch/x86/include/asm/io.h

index bcf7ea4e1367f2478ccc467d80d7c39ce42e66e1,76797f4783bbcd4cab779921055769ee2b9a8a5d..f710ec2370e71f7b4b4ceba1fa1fc11834c9123b
@@@ -91,7 -91,7 +91,7 @@@ extern void unxlate_dev_mem_ptr(unsigne
  
  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
@@@ -105,5 -105,6 +105,6 @@@ extern void __iomem *early_memremap(uns
  extern void early_iounmap(void __iomem *addr, unsigned long size);
  extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
  
+ #define IO_SPACE_LIMIT 0xffff
  
  #endif /* _ASM_X86_IO_H */