diff options
Diffstat (limited to 'arch/powerpc/kernel/perf_event.c')
-rw-r--r-- | arch/powerpc/kernel/perf_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/perf_event.c b/arch/powerpc/kernel/perf_event.c index fbe101d7505d..08460a2e9f41 100644 --- a/arch/powerpc/kernel/perf_event.c +++ b/arch/powerpc/kernel/perf_event.c | |||
@@ -1298,7 +1298,7 @@ static void power_pmu_setup(int cpu) | |||
1298 | } | 1298 | } |
1299 | 1299 | ||
1300 | static int __cpuinit | 1300 | static int __cpuinit |
1301 | power_pmu_notify(struct notifier_block *self, unsigned long action, void *hcpu) | 1301 | power_pmu_notifier(struct notifier_block *self, unsigned long action, void *hcpu) |
1302 | { | 1302 | { |
1303 | unsigned int cpu = (long)hcpu; | 1303 | unsigned int cpu = (long)hcpu; |
1304 | 1304 | ||