Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362521
b: refs/heads/master
c: c481420
h: refs/heads/master
i:
  362519: 0f3885f
v: v3
  • Loading branch information
Wei Yongjun authored and Ingo Molnar committed Apr 12, 2013
1 parent abe473f commit db4282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75761cc15877c155b3849b4e0e0cb3f897faf471
refs/heads/master: c481420248c6730246d2a1b1773d5d7007ae0835
1 change: 1 addition & 0 deletions trunk/kernel/events/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -5987,6 +5987,7 @@ int perf_pmu_register(struct pmu *pmu, char *name, int type)
if (pmu->pmu_cpu_context)
goto got_cpu_context;

ret = -ENOMEM;
pmu->pmu_cpu_context = alloc_percpu(struct perf_cpu_context);
if (!pmu->pmu_cpu_context)
goto free_dev;
Expand Down

0 comments on commit db4282f

Please sign in to comment.