aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-04-17 04:03:41 +0000
committerWarner Losh <imp@FreeBSD.org>2025-04-17 21:56:45 +0000
commit5fb044c88574994647d43f0926819f5986a24aa2 (patch)
tree298f02a187fb4a271512c9bec2291cd0c2c5814f /stand/kboot
parent14acbf6159c3efa8ce3965bb1211d4232af3fb4f (diff)
Diffstat (limited to 'stand/kboot')
-rw-r--r--stand/kboot/kboot/arch/aarch64/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/kboot/kboot/arch/aarch64/exec.c b/stand/kboot/kboot/arch/aarch64/exec.c
index 59ca4b67a4ab..bbb97cc20979 100644
--- a/stand/kboot/kboot/arch/aarch64/exec.c
+++ b/stand/kboot/kboot/arch/aarch64/exec.c
@@ -290,4 +290,3 @@ elf64_obj_exec(struct preloaded_file *fp)
fp->f_name);
return (ENOSYS);
}
-