Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136922
b: refs/heads/master
c: 2366c29
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and Ingo Molnar committed Feb 22, 2009
1 parent db3c124 commit d2e05e2
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: fc6fcdfbb8f1b2553255170f221cd57a4108591f
refs/heads/master: 2366c298b5afe52e635afd5604b69ce9fd4471fc
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void *alloc_remap(int nid, unsigned long size)
size = ALIGN(size, L1_CACHE_BYTES);

if (!allocation || (allocation + size) >= node_remap_end_vaddr[nid])
return 0;
return NULL;

node_remap_alloc_vaddr[nid] += size;
memset(allocation, 0, size);
Expand Down

0 comments on commit d2e05e2

Please sign in to comment.