Message ID | 20240228022836.1756-1-takakura@valinux.co.jp (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] arm64/kernel/setup: Update comment on interrupt masking | expand |
On Wed, 28 Feb 2024 11:28:36 +0900, takakura@valinux.co.jp wrote: > Thanks for reviewing! > I agree that it is more simple/clear with the suggested wording. > > Sincerely, > Ryo Takakura > > > [...] Applied to arm64 (for-next/misc), thanks! I also picked up the commit log from the first patch as it made more sense than this one ;). [1/1] arm64/kernel/setup: Update comment on interrupt masking https://git.kernel.org/arm64/c/6d1ce806e17f
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index 0ea45b6d0177..65a052bf741f 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c @@ -298,9 +298,8 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p) dynamic_scs_init(); /* - * Unmask asynchronous aborts and fiq after bringing up possible - * earlycon. (Report possible System Errors once we can report this - * occurred). + * Unmask SError as soon as possible after initializing earlycon so + * that we can report any SErrors immediately. */ local_daif_restore(DAIF_PROCCTX_NOIRQ);