Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43067
b: refs/heads/master
c: 3529833
h: refs/heads/master
i:
  43065: 61546fb
  43063: e26f6e3
v: v3
  • Loading branch information
David Rientjes authored and Andi Kleen committed Dec 7, 2006
1 parent b3cd3b2 commit f992c63
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: b6bcc4bb1cdfbc3c8612aad63a8703ac3d59f61a
refs/heads/master: 3529833f1ca8790df06ce218b5d9d438776696ed
2 changes: 1 addition & 1 deletion trunk/arch/i386/mm/discontig.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static void __init allocate_pgdat(int nid)
if (nid && node_has_online_mem(nid))
NODE_DATA(nid) = (pg_data_t *)node_remap_start_vaddr[nid];
else {
NODE_DATA(nid) = (pg_data_t *)(__va(min_low_pfn << PAGE_SHIFT));
NODE_DATA(nid) = (pg_data_t *)(pfn_to_kaddr(min_low_pfn));
min_low_pfn += PFN_UP(sizeof(pg_data_t));
}
}
Expand Down

0 comments on commit f992c63

Please sign in to comment.