Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73845
b: refs/heads/master
c: a8049c5
h: refs/heads/master
i:
  73843: 33c87ea
v: v3
  • Loading branch information
Ralf Baechle committed Nov 15, 2007
1 parent 3fd020d commit b3d5176
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: a754f70886ebcc7fda3d18a828e0e54e3ffc86d9
refs/heads/master: a8049c53cdad347b5b1234969dba65a179fdf8f1
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ void __init mem_init(void)

#ifdef CONFIG_HIGHMEM
for (tmp = highstart_pfn; tmp < highend_pfn; tmp++) {
struct page *page = mem_map + tmp;
struct page *page = pfn_to_page(tmp);

if (!page_is_ram(tmp)) {
SetPageReserved(page);
Expand Down

0 comments on commit b3d5176

Please sign in to comment.