summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-08-01 15:45:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-08-01 15:45:29 +0000
commit5d1c755d80a12ff4ecbdfaba89af3e7577e4839b (patch)
treed7e7b2608ff4b78cfc33f5047c142a91d774efce
parentea7a325b01476bd15310b76b56d8f5b2ac27ce43 (diff)
Kill unused PARTITIONMASK define; ok deraadt@
-rw-r--r--sys/arch/mvme68k/include/autoconf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/include/autoconf.h b/sys/arch/mvme68k/include/autoconf.h
index 4a3a7be2549..d435c4c4aaa 100644
--- a/sys/arch/mvme68k/include/autoconf.h
+++ b/sys/arch/mvme68k/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.9 2004/07/02 17:57:32 miod Exp $ */
+/* $OpenBSD: autoconf.h,v 1.10 2005/08/01 15:45:28 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -55,9 +55,6 @@ int bootpart; /* boot partition (disk) */
struct device *bootdv; /* boot device */
-/* PARTITIONSHIFT from disklabel.h */
-#define PARTITIONMASK ((1 << PARTITIONSHIFT) - 1)
-
void *mapiodev(void *pa, int size);
void unmapiodev(void *kva, int size);