Dnia 2016-07-13, Wed o godzinie 17:16 +0000, Anna-Maria Gleixner pisze: > From: Sebastian Andrzej Siewior <[email protected]> > > Install the callbacks via the state machine and let the core invoke > the callbacks on the already online CPUs. > > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: Dan Carpenter <[email protected]> > Cc: Linus Torvalds <[email protected]> > Cc: Pawel Moll <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Suzuki K Poulose <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Signed-off-by: Anna-Maria Gleixner <[email protected]>
> @@ -1316,7 +1309,6 @@ static void arm_ccn_pmu_cleanup(struct a > ida_simple_remove(&arm_ccn_pmu_ida, ccn->dt.id); > } > > - > static int arm_ccn_for_each_valid_region(struct arm_ccn *ccn, > int (*callback)(struct arm_ccn *ccn, int region, > void __iomem *base, u32 type, u32 id)) This empty line doesn't impact hotplug, does it? ;-) With this chunk dropped Acked-by: Pawel Moll <[email protected]> Cheers! Pawel

