summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
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/sparc64
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/sparc64')
-rw-r--r--sys/sparc64/sparc64/autoconf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/sparc64/autoconf.c b/sys/sparc64/sparc64/autoconf.c
index a105183..f3475e1 100644
--- a/sys/sparc64/sparc64/autoconf.c
+++ b/sys/sparc64/sparc64/autoconf.c
@@ -42,8 +42,6 @@
extern device_t isa_bus_device;
#endif
-dev_t dumpdev = NODEV;
-dev_t rootdev = NODEV;
static device_t nexusdev;
static void configure(void *);
OpenPOWER on IntegriCloud