summaryrefslogtreecommitdiff
path: root/arch/arm/vfp/Makefile
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2023-03-19 02:28:35 +0300
committerArd Biesheuvel <ardb@kernel.org>2023-05-17 16:08:22 +0300
commitcdd87465adfd75e4ebd11507575533c6bf7a5525 (patch)
treeedbfc5cad69af12b4755c8795fe6d51c59485183 /arch/arm/vfp/Makefile
parent6ee1e6772e1e19436f573672de5ff8aab7163be6 (diff)
downloadlinux-cdd87465adfd75e4ebd11507575533c6bf7a5525.tar.xz
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>
Diffstat (limited to 'arch/arm/vfp/Makefile')
-rw-r--r--arch/arm/vfp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/vfp/Makefile b/arch/arm/vfp/Makefile
index 749901a72d6d..dfd64bc2b2fb 100644
--- a/arch/arm/vfp/Makefile
+++ b/arch/arm/vfp/Makefile
@@ -8,4 +8,4 @@
# ccflags-y := -DDEBUG
# asflags-y := -DDEBUG
-obj-y += vfpmodule.o entry.o vfphw.o vfpsingle.o vfpdouble.o
+obj-y += vfpmodule.o vfphw.o vfpsingle.o vfpdouble.o