Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80506
b: refs/heads/master
c: a403434
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent fa2d8f0 commit e34418c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ed724be65fa18833244d81b484e425fc838837fa
refs/heads/master: a40343497e8983cdf07fde99c9081ee62b96f745
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/ioremap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned l
return NULL;
}

prot = __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY
| _PAGE_ACCESSED | flags);
prot = MAKE_GLOBAL(__PAGE_KERNEL | flags);

/*
* Mappings have to be page-aligned
Expand Down

0 comments on commit e34418c

Please sign in to comment.