aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/kernel/perf_cpum_sf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c
index 3c3bc8d7b220..6c0d29827cb6 100644
--- a/arch/s390/kernel/perf_cpum_sf.c
+++ b/arch/s390/kernel/perf_cpum_sf.c
@@ -1512,8 +1512,8 @@ static void cpumf_measurement_alert(struct ext_code ext_code,
1512 } 1512 }
1513} 1513}
1514 1514
1515static int __cpuinit cpumf_pmu_notifier(struct notifier_block *self, 1515static int cpumf_pmu_notifier(struct notifier_block *self,
1516 unsigned long action, void *hcpu) 1516 unsigned long action, void *hcpu)
1517{ 1517{
1518 unsigned int cpu = (long) hcpu; 1518 unsigned int cpu = (long) hcpu;
1519 int flags; 1519 int flags;