Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323054
b: refs/heads/master
c: 73e8f3d
h: refs/heads/master
v: v3
  • Loading branch information
T Makphaibulchoke authored and Ingo Molnar committed Sep 13, 2012
1 parent a592a59 commit 0a2f864
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: 4454d32749465ffa77d82bc1fdd196d6dedc544b
refs/heads/master: 73e8f3d7e2cb23614d5115703d76d8e54764b641
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ unsigned long __init_refok init_memory_mapping(unsigned long start,
*/
int devmem_is_allowed(unsigned long pagenr)
{
if (pagenr <= 256)
if (pagenr < 256)
return 1;
if (iomem_is_exclusive(pagenr << PAGE_SHIFT))
return 0;
Expand Down

0 comments on commit 0a2f864

Please sign in to comment.