[PATCH 04/14] ARM: bugs: add support for per-processor bug checking
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2018-05-16 16:23:45
Also in:
kvmarm
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2018-05-16 16:23:45
Also in:
kvmarm
On 05/16/2018 04:00 AM, Russell King wrote:
Add support for per-processor bug checking - each processor function descriptor gains a function pointer for this check, which must not be an __init function. If non-NULL, this will be called whenever a CPU enters the kernel via which ever path (boot CPU, secondary CPU startup, CPU resuming, etc.) This allows processor specific bug checks to validate that workaround bits are properly enabled by firmware via all entry paths to the kernel. Signed-off-by: Russell King <redacted>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian