Commit 28aa39b8 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Martin Schwidefsky

s390: delete new instances of __cpuinit usage

The patch "s390/perf: add support for the CPU-Measurement Sampling
Facility" added a new instance of the __cpuinit macro usage.

We removed this a couple versions ago; we now want to remove
the compat no-op stubs.  Introducing new users is not what
we want to see at this point in time, as it will break once
the stubs are gone.

Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 075dfd82
...@@ -1512,7 +1512,7 @@ static void cpumf_measurement_alert(struct ext_code ext_code, ...@@ -1512,7 +1512,7 @@ static void cpumf_measurement_alert(struct ext_code ext_code,
} }
} }
static int __cpuinit cpumf_pmu_notifier(struct notifier_block *self, static int cpumf_pmu_notifier(struct notifier_block *self,
unsigned long action, void *hcpu) unsigned long action, void *hcpu)
{ {
unsigned int cpu = (long) hcpu; unsigned int cpu = (long) hcpu;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment