summaryrefslogtreecommitdiff
path: root/sys/arch/palm
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/palm
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/palm')
-rw-r--r--sys/arch/palm/palm/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/palm/palm/autoconf.c b/sys/arch/palm/palm/autoconf.c
index 1bf98a76479..a47cc627c39 100644
--- a/sys/arch/palm/palm/autoconf.c
+++ b/sys/arch/palm/palm/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.1 2009/09/05 01:22:11 marex Exp $ */
+/* $OpenBSD: autoconf.c,v 1.2 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;