Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3622
b: refs/heads/master
c: 3212c6b
h: refs/heads/master
v: v3
  • Loading branch information
Bob Picco authored and Linus Torvalds committed Jun 27, 2005
1 parent a600920 commit 7b0be85
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: 9c4142a133f7efee08238722b157656c3da7ca97
refs/heads/master: 3212c6be251219c0f4c2df0c93e122ff5be0d9dc
3 changes: 1 addition & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,9 +1667,8 @@ void __init memmap_init_zone(unsigned long size, int nid, unsigned long zone,
#ifdef WANT_PAGE_VIRTUAL
/* The shift won't overflow because ZONE_NORMAL is below 4G. */
if (!is_highmem_idx(zone))
set_page_address(page, __va(start_pfn << PAGE_SHIFT));
set_page_address(page, __va(pfn << PAGE_SHIFT));
#endif
start_pfn++;
}
}

Expand Down

0 comments on commit 7b0be85

Please sign in to comment.