summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/include')
-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>
an title='2003-08-31 22:40:13 +0000'>2003-08-31Fix signed/unsigned warnings.fvdl 2003-03-29Garbage-collect the DYNAMIC_CRC_TABLE stuff. The table it computedthorpej 2003-03-25*** empty log message ***mycroft 2003-03-25Remove a whole bunch of crap -- including the entirely adler32 stuff that'smycroft 2003-03-18Finish const poisoning.mycroft 2003-03-18Move more stuff into .rodata.mycroft 2002-06-15Fix make breakage. $ZDST != ${ZDST} in make. make clean/cleandir now works.matt 2002-03-12Sync with userland (1.1.4)fvdl 2001-12-12MKfoo=no -> NOfootv 2001-11-21Don't make clean and cleandir depend on the lib subdir. Just check for it'sjmc 2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv 2000-12-05Have recursive make invocations depend on the .MAKE pseudo-target sosommerfeld 2000-03-30Kill some more register declarations.augustss 2000-02-01Revert STRIPPROG -> STRIPtsutsui 2000-01-19STRIP -> STRIPPROGtsutsui 1999-11-13Backout my libsa changes.thorpej 1999-11-13Backout my libsa changes.thorpej 1999-11-12"zutil.h" includes <lib/libsa/stand.h> now.simonb 1999-11-12Include <lib/libsa/stand.h> so that this builds with WARNS=1simonb 1999-11-11Don't reference libkern.h in standalone programs.thorpej 1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner 1999-04-22Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNELchristos 1999-04-15For the "update-sources" target, don't copy any src/lib/libz sourcessimonb 1999-04-15Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.simonb 1999-04-15A simple implementation of zcalloc and zcfree in terms of the libsasimonb 1999-04-15Add source file, copied from lib/libz/uncompr.c.simonb 1999-02-13convert from NOxxx= to MKxxx=no.lukem