summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2011-07-28 01:24:31 +0000
committermacallan <macallan@NetBSD.org>2011-07-28 01:24:31 +0000
commit1be13a76bb52bfdbfa7a57b1afe052dcd6ed8432 (patch)
treead8b382279a421154f09deb780804fd5f4552391 /sys/arch
parent98a8209468638b25924aada8e3cc38042fe3c0a4 (diff)
hiding PCI_MAGIC_IO_RANGE from userland is counter-productive
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/macppc/include/param.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/include/param.h b/sys/arch/macppc/include/param.h
index c06eac0fa90..2c56f442ae2 100644
--- a/sys/arch/macppc/include/param.h
+++ b/sys/arch/macppc/include/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.17 2011/06/20 06:29:53 matt Exp $ */
+/* $NetBSD: param.h,v 1.18 2011/07/28 01:24:31 macallan Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -53,9 +53,9 @@
#define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
#define NKMEMPAGES_MAX_DEFAULT ((48 * 1024 * 1024) >> PAGE_SHIFT)
-/* at this offset we mmap() the PCI IO range in display drivers */
-#define PCI_MAGIC_IO_RANGE 0xf2000000
-
#endif /* _KERNEL && !_MODULE */
+/* at this offset we mmap() the PCI IO range in display drivers */
+#define PCI_MAGIC_IO_RANGE 0xf2000000
+
#include <powerpc/param.h>