summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-28 20:44:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-28 20:44:21 +0000
commit0f0195d7b04daffd0ab8f044ea5c01c854238bae (patch)
treeb28d1385a3a73d17a25b075c293bb2426cef193c /sys/arch/zaurus
parentdcfeef942c33c174cc74e6428dd1087ddf6fedea (diff)
Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernel
sysctl. Only the first one is really implemented, and it only matters on older processor flavours we don't run on (and don't want to), so this was just dead weight.
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r--sys/arch/zaurus/zaurus/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/zaurus/zaurus/autoconf.c b/sys/arch/zaurus/zaurus/autoconf.c
index e99f8ff0167..9c96ef1e4f4 100644
--- a/sys/arch/zaurus/zaurus/autoconf.c
+++ b/sys/arch/zaurus/zaurus/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.13 2008/07/21 04:35:54 todd Exp $ */
+/* $OpenBSD: autoconf.c,v 1.14 2010/11/28 20:44:20 miod Exp $ */
/* $NetBSD: autoconf.c,v 1.2 2001/09/05 16:17:36 matt Exp $ */
/*
@@ -57,7 +57,6 @@
#include <machine/intr.h>
#include <dev/cons.h>
-int booted_partition;
struct device *bootdv = NULL;
extern char *boot_file;