Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116667
b: refs/heads/master
c: 77ae11f
h: refs/heads/master
i:
  116665: d9d58db
  116663: d316e4f
v: v3
  • Loading branch information
Ingo Molnar committed Oct 14, 2008
1 parent c692d83 commit ba327c1
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: 38697053fa006411224a1790e2adb8216440ab0f
refs/heads/master: 77ae11f63befb7fc41ec256f1fcb72ca7e4160d5
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static int rb_allocate_pages(struct ring_buffer_per_cpu *cpu_buffer,

for (i = 0; i < nr_pages; i++) {
page = kzalloc_node(ALIGN(sizeof(*page), cache_line_size()),
GFP_KERNEL, cpu_to_node(cpu));
GFP_KERNEL, cpu_to_node(i));
if (!page)
goto free_pages;
list_add(&page->list, &pages);
Expand Down

0 comments on commit ba327c1

Please sign in to comment.