Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136983
b: refs/heads/master
c: 2e31add
h: refs/heads/master
i:
  136981: c426932
  136979: 8fde6d6
  136975: 9ba1e99
v: v3
  • Loading branch information
Ingo Molnar committed Feb 25, 2009
1 parent a8df102 commit 1ad26e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17581ad812a9abb0182260374ef2e52d4a808a64
refs/heads/master: 2e31add2a7e2a15d07f592c21ba35870fa9a1d1f
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1ad26e4

Please sign in to comment.