From f55cde81689a1a1a29666a3626b069a883be430d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 17 Jun 2026 22:38:10 +0200 Subject: hwprobe: add detection for the Zabha extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- arch/riscv/user/hwprobe/probe.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/riscv/user/hwprobe') diff --git a/arch/riscv/user/hwprobe/probe.c b/arch/riscv/user/hwprobe/probe.c index 70206f2..f2e720d 100644 --- a/arch/riscv/user/hwprobe/probe.c +++ b/arch/riscv/user/hwprobe/probe.c @@ -165,6 +165,10 @@ static struct ext_pair_t ext_pairs[] = { .id = "ZACAS", .value = RISCV_HWPROBE_EXT_ZACAS, }, + { + .id = "ZABHA", + .value = RISCV_HWPROBE_EXT_ZABHA, + }, { .id = "ZICOND", .value = RISCV_HWPROBE_EXT_ZICOND, -- cgit v1.2.3