boot_file was removed in arm64 machdep.c rev 1.55
authorjsg <jsg@openbsd.org>
Tue, 5 Dec 2023 05:27:26 +0000 (05:27 +0000)
committerjsg <jsg@openbsd.org>
Tue, 5 Dec 2023 05:27:26 +0000 (05:27 +0000)
sys/arch/arm64/include/bootconfig.h

index b47defd..071b930 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bootconfig.h,v 1.3 2018/05/28 19:39:15 kettenis Exp $ */
+/*     $OpenBSD: bootconfig.h,v 1.4 2023/12/05 05:27:26 jsg Exp $      */
 /*     $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $     */
 
 /*-
@@ -44,6 +44,4 @@ struct arm64_bootparams {
 
 void initarm(struct arm64_bootparams *);
 
-extern char *boot_file;
-
 #endif /* _MACHINE_BOOTCONFIG_H_ */