Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80551
b: refs/heads/master
c: 9af993a
h: refs/heads/master
i:
  80549: 6939d5e
  80547: becebf3
  80543: e84d421
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 410b93d commit 69537ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0879750f5d75dee0546316b7b0e83fb6cd258ad7
refs/heads/master: 9af993a92623e022c176459fa6607a564b9a7eaf
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/io_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ extern void __iomem *ioremap_cache(unsigned long offset, unsigned long size);
*/
static inline void __iomem *ioremap(unsigned long offset, unsigned long size)
{
return ioremap_cache(offset, size);
return ioremap_nocache(offset, size);
}

extern void iounmap(volatile void __iomem *addr);
Expand Down

0 comments on commit 69537ef

Please sign in to comment.