Update of /cvsroot/linux-mips/linux/arch/mips/mm
In directory usw-pr-cvs1:/tmp/cvs-serv2756
Modified Files:
init.c
Log Message:
CONFIG_PCI does no longer limit ZONE_DMA to 16MB at most.
Index: init.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/mm/init.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- init.c 28 Jan 2002 18:35:59 -0000 1.4
+++ init.c 12 Feb 2002 18:01:05 -0000 1.5
@@ -233,7 +233,7 @@
low = max_low_pfn;
high = highend_pfn;
-#if defined(CONFIG_PCI) || defined(CONFIG_ISA)
+#ifdef CONFIG_ISA
if (low < max_dma)
zones_size[ZONE_DMA] = low;
else {
|