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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html