diff options
| -rw-r--r-- | arch/sh/kernel/perf_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/perf_event.c b/arch/sh/kernel/perf_event.c index cf39c4873468..036f7a9296fa 100644 --- a/arch/sh/kernel/perf_event.c +++ b/arch/sh/kernel/perf_event.c | |||
| @@ -338,7 +338,7 @@ static struct pmu pmu = { | |||
| 338 | }; | 338 | }; |
| 339 | 339 | ||
| 340 | static void sh_pmu_setup(int cpu) | 340 | static void sh_pmu_setup(int cpu) |
| 341 | 341 | { | |
| 342 | struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); | 342 | struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); |
| 343 | 343 | ||
| 344 | memset(cpuhw, 0, sizeof(struct cpu_hw_events)); | 344 | memset(cpuhw, 0, sizeof(struct cpu_hw_events)); |
