summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-19 07:05:10 +0000
committerpeter <peter@FreeBSD.org>2001-11-19 07:05:10 +0000
commit40fe009adb3a6ecfafb8f5dcc8760b8cd95ceef9 (patch)
tree19f3d7058562ed8d9b23c4a42a8a13103e8ef293 /sys/ia64/include
parent536bf9b42bcef8da5af14ab7cadcd5902db77a24 (diff)
downloadFreeBSD-src-40fe009adb3a6ecfafb8f5dcc8760b8cd95ceef9.zip
FreeBSD-src-40fe009adb3a6ecfafb8f5dcc8760b8cd95ceef9.tar.gz
Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo
should go away on ia64, we should be loader metadata based since that is the only way we can boot (loader, skiload).
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/bootinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/bootinfo.h b/sys/ia64/include/bootinfo.h
index d5914f8..d31f48b 100644
--- a/sys/ia64/include/bootinfo.h
+++ b/sys/ia64/include/bootinfo.h
@@ -46,7 +46,7 @@
struct bootinfo {
u_int64_t bi_magic; /* BOOTINFO_MAGIC */
u_int64_t bi_version; /* version 1 */
- char bi_kernel[64]; /* name of booted kernel */
+ u_int64_t bi_spare[8]; /* was: name of booted kernel */
u_int64_t bi_boothowto; /* value for boothowto */
u_int64_t bi_systab; /* pa of EFI system table */
u_int64_t bi_memmap; /* pa of EFI memory map */
OpenPOWER on IntegriCloud