[PATCH] ARM: avoid Cortex-A9 livelock on tight dmb loops
Russell King - ARM Linux
linux at armlinux.org.uk
Sun Apr 15 08:50:37 PDT 2018
On Sun, Apr 15, 2018 at 03:08:34PM +0100, Russell King - ARM Linux wrote:
> On Wed, Apr 11, 2018 at 07:11:39AM -0700, Tony Lindgren wrote:
> > We already have code in the kernel (and in the bootrom) to "park" a
> > cpu after starting. But using it without resetting the cpu would require
> > 1-1 memory mapping or modifying the code. That is if we wanted to use
> > the same code also for parking the cpus for kexec without resetting
> > them.
>
> In which case, how about using:
>
> while (1) {
> cpu_relax();
> wfe();
> }
>
> instead - that appears to also have the desired effect, allowing kdump
> to work on the SDP4430.
... but results in compile failures on non-ARMv7 targets.
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up
According to speedtest.net: 8.21Mbps down 510kbps up
More information about the linux-arm-kernel
mailing list