On Tue, Oct 27, 2020 at 09:17:16PM +0100, Marek Szyprowski wrote: > exynos_core_restart() is called by secondary CPU boot procedure, used by > CPU hotplug and coupled CPU idle. Replace of_machine_is_compatible() call > with a simple SoC revision check. > > of_machine_is_compatible() function performs a dozen of string comparisons > during the full device tree walk, while soc_is_exynos3250() is a simple > integer check on SoC revision variable. This change also fixes the Thanks, applied. Best regards, Krzysztof