Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81441
b: refs/heads/master
c: 1fd6a53
h: refs/heads/master
i:
  81439: 2a6d9fe
v: v3
  • Loading branch information
Huang, Ying authored and Ingo Molnar committed Jan 31, 2008
1 parent 86ddd05 commit 1f0f60b
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: d4387bd3fa1d27e03bc87533c1650e24417c8016
refs/heads/master: 1fd6a53ddc75d02ad0f363cb42f2a1cec6b701c2
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void __init early_ioremap_reset(void)
for (idx = FIX_BTMAP_BEGIN; idx >= FIX_BTMAP_END; idx--) {
addr = fix_to_virt(idx);
pte = early_ioremap_pte(addr);
if (!*pte & _PAGE_PRESENT) {
if (*pte & _PAGE_PRESENT) {
phys = *pte & PAGE_MASK;
set_fixmap(idx, phys);
}
Expand Down

0 comments on commit 1f0f60b

Please sign in to comment.