Searched hist:"9 b377e217f0bd07f972d89ed0963df92818beffd" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | diff 9b377e217f0bd07f972d89ed0963df92818beffd Thu Nov 17 12:35:36 CST 2016 Sebastian Andrzej Siewior <bigeasy@linutronix.de> ARM/hw_breakpoint: Convert to hotplug state machine
Install the callbacks via the state machine and let the core invoke the callbacks on the already online CPUs.
smp_call_function_single() has been removed because the function is already invoked on the target CPU.
[ tglx: Added protection agaist hotplug back according to discussion with Will ]
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Mark Rutland <mark.rutland@arm.com> Cc: rt@linuxtronix.de Cc: Will Deacon <will.deacon@arm.com> Cc: Russell King <linux@armlinux.org.uk> Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/20161117183541.8588-16-bigeasy@linutronix.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|