Skip to content

Commit 6d1ce80

Browse files
ryotakakura98ctmarinas
authored andcommitted
arm64: Update setup_arch() comment on interrupt masking
DAIF_PROCCTX_NOIRQ contains the FIQ bit. Update the comment as only asynchronous aborts are unmasked and FIQ is still masked. Signed-off-by: Ryo Takakura <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Mark Rutland <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent 1984c80 commit 6d1ce80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arch/arm64/kernel/setup.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,8 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p)
320320
dynamic_scs_init();
321321

322322
/*
323-
* Unmask asynchronous aborts and fiq after bringing up possible
324-
* earlycon. (Report possible System Errors once we can report this
325-
* occurred).
323+
* Unmask SError as soon as possible after initializing earlycon so
324+
* that we can report any SErrors immediately.
326325
*/
327326
local_daif_restore(DAIF_PROCCTX_NOIRQ);
328327

0 commit comments

Comments
 (0)