Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99308
b: refs/heads/master
c: 84d6bd0
h: refs/heads/master
v: v3
  • Loading branch information
Andy Whitcroft authored and Ingo Molnar committed May 20, 2008
1 parent 30af18d commit 4030a1c
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: b9ada4281c48076bdb252813be24ddb57e17cade
refs/heads/master: 84d6bd0e272e6eace1e7e4c501f32bddfb665bb2
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/discontig_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static void __init propagate_e820_map_node(int nid)
*/
static void __init allocate_pgdat(int nid)
{
if (nid && node_has_online_mem(nid))
if (nid && node_has_online_mem(nid) && node_remap_start_vaddr[nid])
NODE_DATA(nid) = (pg_data_t *)node_remap_start_vaddr[nid];
else {
NODE_DATA(nid) = (pg_data_t *)(pfn_to_kaddr(min_low_pfn));
Expand Down

0 comments on commit 4030a1c

Please sign in to comment.