summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2014-07-02 15:11:40 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2014-07-02 15:11:40 +0000
commit9a8ebd8643154526f86b835061ec46eca9d85e7f (patch)
treef82803ce6ddc4a3c1cd22bc3c3d7b18b78d309ff /sys/arch/macppc/include
parent33780115c177829f3384eb189aedc28cdd87b88d (diff)
Remove unused system_type and friends. Remnants from universal powerpc support
ok mpi@ deraadt@
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r--sys/arch/macppc/include/autoconf.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/macppc/include/autoconf.h b/sys/arch/macppc/include/autoconf.h
index 312898392ff..34809090127 100644
--- a/sys/arch/macppc/include/autoconf.h
+++ b/sys/arch/macppc/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.9 2009/08/22 02:54:50 mk Exp $ */
+/* $OpenBSD: autoconf.h,v 1.10 2014/07/02 15:11:39 tobiasu Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -34,17 +34,6 @@
#include <machine/bus.h>
-/*
- * System types.
- */
-#define OFWMACH 0 /* Openfirmware drivers */
-#define POWER4e 1 /* V.I Power.4e board */
-#define PWRSTK 2 /* Motorola Powerstack series */
-#define APPL 3 /* Apple PowerMac machines (OFW?) */
-
-extern int system_type;
-
-/**/
struct confargs;
typedef int (*intr_handler_t)(void *);