Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356170
b: refs/heads/master
c: 1e9209e
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed Jan 31, 2013
1 parent 6af8d30 commit c96cb61
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: 5dfd486c4750c9278c63fa96e6e85bdd2fb58e9d
refs/heads/master: 1e9209edc71b851d81f0316ca03a0e6335c0ef9a
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static void __init setup_node_data(int nid, u64 start, u64 end)
*/
nd = alloc_remap(nid, nd_size);
if (nd) {
nd_pa = __phys_addr_nodebug(nd);
nd_pa = __pa_nodebug(nd);
remapped = true;
} else {
nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid);
Expand Down

0 comments on commit c96cb61

Please sign in to comment.