diff options
author | Joakim Tjernlund <[email protected]> | 2022-02-14 18:56:43 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2022-02-14 18:37:07 +0000 |
commit | 4f6de676d94ee8ddfc2e7e7cd935fc7cb2feff3a (patch) | |
tree | 49bc539368f055b377eeaa3b0714ed605fac30cd /net/lapb/lapb_subr.c | |
parent | da5fb9e1ad3fbf632dce735f1bdad257ca528499 (diff) |
arm64: Correct wrong label in macro __init_el2_gicv3
In commit:
114945d84a30a5fe ("arm64: Fix labels in el2_setup macros")
We renamed a label from '1' to '.Lskip_gicv3_\@', but failed to update
a branch to it, which now targets a later label also called '1'.
The branch is taken rarely, when GICv3 is present but SRE is disabled
at EL3, causing a boot-time crash.
Update the caller to the new label name.
Fixes: 114945d84a30 ("arm64: Fix labels in el2_setup macros")
Cc: <[email protected]> # 5.12.x
Signed-off-by: Joakim Tjernlund <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Mark Rutland <[email protected]>
Reviewed-by: Marc Zyngier <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions