Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127666
b: refs/heads/master
c: 5d21ea2
h: refs/heads/master
v: v3
  • Loading branch information
Dave Hansen authored and Benjamin Herrenschmidt committed Jan 8, 2009
1 parent 6c869dc commit e65d2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: c555e520ef794a94dc36a8ded93ece6369ff7ca0
refs/heads/master: 5d21ea2b0e1d9d5d880670dbb9a96efe9b419583
6 changes: 1 addition & 5 deletions trunk/arch/powerpc/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ static void __init *careful_allocation(int nid, unsigned long size,
ret = __lmb_alloc_base(size, align, lmb_end_of_DRAM());

if (!ret)
panic("numa.c: cannot allocate %lu bytes on node %d",
panic("numa.c: cannot allocate %lu bytes for node %d",
size, nid);

/*
Expand All @@ -856,10 +856,6 @@ static void __init *careful_allocation(int nid, unsigned long size,
ret = (unsigned long)__alloc_bootmem_node(NODE_DATA(new_nid),
size, align, 0);

if (!ret)
panic("numa.c: cannot allocate %lu bytes on node %d",
size, new_nid);

ret = __pa(ret);

dbg("alloc_bootmem %lx %lx\n", ret, size);
Expand Down

0 comments on commit e65d2f8

Please sign in to comment.