summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/autoconf.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-06-15 17:23:32 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-06-15 17:23:32 +0000
commitd1f1a61dd5ff0fa9b131709279be98b564ef1da0 (patch)
tree07ef9b0e99ad6f92c2c19392d1868eacd0009215 /sys/arch/sparc64/include/autoconf.h
parent42245bce1e1f756af97b6f11d1f6158972bd3d55 (diff)
Decruftification.
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable.
Diffstat (limited to 'sys/arch/sparc64/include/autoconf.h')
-rw-r--r--sys/arch/sparc64/include/autoconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/autoconf.h b/sys/arch/sparc64/include/autoconf.h
index 079ea8a154a..cbe44f894ea 100644
--- a/sys/arch/sparc64/include/autoconf.h
+++ b/sys/arch/sparc64/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.7 2002/03/14 03:16:00 millert Exp $ */
+/* $OpenBSD: autoconf.h,v 1.8 2002/06/15 17:23:31 art Exp $ */
/* $NetBSD: autoconf.h,v 1.10 2001/07/24 19:32:11 eeh Exp $ */
/*-
@@ -162,7 +162,6 @@ struct bootpath {
struct device *dev; /* device that recognised this component */
};
struct bootpath *bootpath_store(int, struct bootpath *);
-int sd_crazymap(int);
/* Parse a disk string into a dev_t, return device struct pointer */
struct device *parsedisk(char *, int, int, dev_t *);