Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80575
b: refs/heads/master
c: afadcd7
h: refs/heads/master
i:
  80573: 69b56e8
  80571: aee5a12
  80567: 5a4255e
  80559: a103bf3
  80543: e84d421
  80511: aa8bd81
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jan 30, 2008
1 parent bc5e171 commit 9c68d8b
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: 9198715763e8d0fd7fb7578c07916a5313e28b9d
refs/heads/master: afadcd788f37bfa62d92662e54a720c26c91becf
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static int __init allocate_cachealigned_memnodemap(void)

pad = L1_CACHE_BYTES - 1;
pad_addr = 0x8000;
nodemap_size = pad + memnodemapsize;
nodemap_size = pad + sizeof(s16) * memnodemapsize;
nodemap_addr = find_e820_area(pad_addr, end_pfn<<PAGE_SHIFT,
nodemap_size);
if (nodemap_addr == -1UL) {
Expand Down

0 comments on commit 9c68d8b

Please sign in to comment.