Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292670
b: refs/heads/master
c: d71b5a7
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Mar 22, 2012
1 parent 72925a4 commit def32f4
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: b224ef856b1a5b949daff5937a9e187fe622b8f5
refs/heads/master: d71b5a73fe9af42752c4329b087f7911b35f8f79
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa_emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int __init emu_setup_memblk(struct numa_meminfo *ei,
eb->nid = nid;

if (emu_nid_to_phys[nid] == NUMA_NO_NODE)
emu_nid_to_phys[nid] = pb->nid;
emu_nid_to_phys[nid] = nid;

pb->start += size;
if (pb->start >= pb->end) {
Expand Down

0 comments on commit def32f4

Please sign in to comment.