Skip to content

Commit

Permalink
arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROC
Browse files Browse the repository at this point in the history
Commit 190f1ca ("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: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: byungchul.park <byungchul.park@lge.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
byungchul.park authored and Will Deacon committed Jul 31, 2014
1 parent c878e0c commit e4aa297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/entry-fpsimd.S
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4aa297

Please sign in to comment.