Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97214
b: refs/heads/master
c: 46a7417
h: refs/heads/master
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed May 23, 2008
1 parent eb9ac48 commit b6b0a40
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: ecc240f90bce23651f9866a1523ba55faa89f009
refs/heads/master: 46a7417963a84f67984af1af59d43261159dd96b
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void __set_fixmap (enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags)
return;
}

map_page(address, phys, flags);
map_page(address, phys, pgprot_val(flags));
fixmaps++;
}

Expand Down

0 comments on commit b6b0a40

Please sign in to comment.