Commit e4aa297a authored by byungchul.park's avatar byungchul.park Committed by Will Deacon

arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROC

Commit 190f1ca8 ("arm64: add support for kernel mode NEON in interrupt
context") introduced a typing error in fpsimd_save_partial_state ENDPROC.

This patch fixes the typing error.
Acked-by: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: default avatarbyungchul.park <byungchul.park@lge.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent c878e0cf
......@@ -52,7 +52,7 @@ ENDPROC(fpsimd_load_state)
ENTRY(fpsimd_save_partial_state)
fpsimd_save_partial x0, 1, 8, 9
ret
ENDPROC(fpsimd_load_partial_state)
ENDPROC(fpsimd_save_partial_state)
/*
* Load the bottom n FP registers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment