artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8a21b
)
boot_file was removed in arm64 machdep.c rev 1.55
author
jsg
<jsg@openbsd.org>
Tue, 5 Dec 2023 05:27:26 +0000
(
05:27
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 5 Dec 2023 05:27:26 +0000
(
05:27
+0000)
sys/arch/arm64/include/bootconfig.h
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/include/bootconfig.h
b/sys/arch/arm64/include/bootconfig.h
index
b47defd
..
071b930
100644
(file)
--- a/
sys/arch/arm64/include/bootconfig.h
+++ b/
sys/arch/arm64/include/bootconfig.h
@@
-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_ */