summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2011-04-03 05:09:25 +0000
committermarcel <marcel@FreeBSD.org>2011-04-03 05:09:25 +0000
commit0e834fdaf33a27154e5510ad01f586979d676567 (patch)
treee77435bd4fd0fb8d5c0d36dab4b74bf949744433 /sys/boot/common/bootstrap.h
parentdcb718007ad74642090cb2453c657c83ba85e777 (diff)
downloadFreeBSD-src-0e834fdaf33a27154e5510ad01f586979d676567.zip
FreeBSD-src-0e834fdaf33a27154e5510ad01f586979d676567.tar.gz
Revert rev 165325. The arch_maphint interface hasn't been in use for
more than 4 years.
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index ff8f459..bf3f962 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -296,8 +296,6 @@ struct arch_switch
/* Perform ISA byte port I/O (only for systems with ISA) */
int (*arch_isainb)(int port);
void (*arch_isaoutb)(int port, int value);
- /* Pass in initial kernel memory size */
- void (*arch_maphint)(vm_offset_t va, size_t len);
};
extern struct arch_switch archsw;
OpenPOWER on IntegriCloud