summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2022-11-17 06:37:21 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-11-28 11:57:33 +0000
commitce4835497c20991574fde492ab37ec666563d3e4 (patch)
treefc5b68f7321f1e1b76bcf147275fe343ea2318e2 /arch/arm/kernel/setup.c
parent62ea0d873af3ef0a7e8387b67241ad43e3d377e1 (diff)
downloadlinux-ce4835497c20991574fde492ab37ec666563d3e4.tar.bz2
ARM: 9270/1: vfp: Add hwcap for FEAT_FHM
Floating-point half-precision multiplication (FHM) is a feature present in AArch32 state for Armv8 and is represented by ISAR6.FHM identification register. This feature denotes the presence of VFMAL and VMFSL instructions and hence adding a hwcap will enable the userspace to check it before trying to use those instructions. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r--arch/arm/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index 9841b897d476..d88c1326f529 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -1252,6 +1252,7 @@ static const char *hwcap_str[] = {
"fphp",
"asimdhp",
"asimddp",
+ "asimdfhm",
NULL
};