aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2025-06-24 14:56:46 +0000
committerAndrew Turner <andrew@FreeBSD.org>2025-06-24 16:26:40 +0000
commit85007872d1227006adf2ce119fe30de856cbe12d (patch)
tree2e139607a20539af6666aa2190c0c539244058bc /sys/amd64/linux32
parenteab94b59a7743113c7f101846f498e539b2d094d (diff)
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/linux32_sysvec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
index d7f87e2fdf34..8fac626f9053 100644
--- a/sys/amd64/linux32/linux32_sysvec.c
+++ b/sys/amd64/linux32/linux32_sysvec.c
@@ -811,6 +811,8 @@ struct sysentvec elf_linux_sysvec = {
.sv_trap = NULL,
.sv_hwcap = NULL,
.sv_hwcap2 = NULL,
+ .sv_hwcap3 = NULL,
+ .sv_hwcap4 = NULL,
.sv_onexec = linux_on_exec_vmspace,
.sv_onexit = linux_on_exit,
.sv_ontdexit = linux_thread_dtor,