summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-31 07:15:28 +0000
committerphk <phk@FreeBSD.org>2002-03-31 07:15:28 +0000
commit87273d930a6c572f75181ce7909a0f79412b5d34 (patch)
treeb184e80d0d3aa272ed94712890ccd434b7f378f3 /sys/amd64
parentaa2c17836eb806e15dd98aa23cbacb169aa21c6a (diff)
downloadFreeBSD-src-87273d930a6c572f75181ce7909a0f79412b5d34.zip
FreeBSD-src-87273d930a6c572f75181ce7909a0f79412b5d34.tar.gz
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
bogus all things considered, but at least now they don't camouflage as being MD variables.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 232f629..d8d7b4f 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -105,9 +105,6 @@ SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
/* SI_ORDER_MIDDLE is hookable */
SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
-dev_t rootdev = NODEV;
-dev_t dumpdev = NODEV;
-
device_t nexus_dev;
/*
OpenPOWER on IntegriCloud