Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123047
b: refs/heads/master
c: 786b32f
h: refs/heads/master
i:
  123045: 9ee7514
  123043: a197e31
  123039: 0d184fe
v: v3
  • Loading branch information
Julia Lawall authored and Paul Mackerras committed Dec 3, 2008
1 parent de15809 commit 01e4215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 15e09c0ecaab4a1b4a7ed69db536c38948b92279
refs/heads/master: 786b32f892dc341b607445bdef29d8e41a840925
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,6 @@ void __init setup_per_cpu_areas(void)

for_each_possible_cpu(i) {
ptr = alloc_bootmem_pages_node(NODE_DATA(cpu_to_node(i)), size);
if (!ptr)
panic("Cannot allocate cpu data for CPU %d\n", i);

paca[i].data_offset = ptr - __per_cpu_start;
memcpy(ptr, __per_cpu_start, __per_cpu_end - __per_cpu_start);
Expand Down

0 comments on commit 01e4215

Please sign in to comment.