ARM: vfp: Use undef hook for handling VFP exceptions
authorArd Biesheuvel <ardb@kernel.org>
Sat, 18 Mar 2023 23:28:35 +0000 (00:28 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 17 May 2023 13:08:22 +0000 (15:08 +0200)
commitcdd87465adfd75e4ebd11507575533c6bf7a5525
treeedbfc5cad69af12b4755c8795fe6d51c59485183
parent6ee1e6772e1e19436f573672de5ff8aab7163be6
ARM: vfp: Use undef hook for handling VFP exceptions

Now that the VFP support code has been reimplemented as a C function
that takes a struct pt_regs pointer and an opcode, we can use the
existing undef_hook framework to deal with undef exceptions triggered by
VFP instructions instead of having special handling in assembler.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/kernel/entry-armv.S
arch/arm/vfp/Makefile
arch/arm/vfp/entry.S [deleted file]
arch/arm/vfp/vfpmodule.c