From 07dc2f7b615f1b6af4acbbc034615856557ef7cd Mon Sep 17 00:00:00 2001
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Fri, 22 Apr 2011 11:10:32 +0200
Subject: Update constants to nowadays standards

Follow-up to fa6c711d

* vm/vm_object.c (DEVICE_IO_MAP_SIZE): Increase to 16MiB.
* kern/kalloc.c (kalloc_map_size): Increase to 64MiB.
* i386/intel/pmap.c (morevm): Increase to 128MiB.
---
 device/ds_routines.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'device/ds_routines.c')

diff --git a/device/ds_routines.c b/device/ds_routines.c
index d0f0879d..93569f28 100644
--- a/device/ds_routines.c
+++ b/device/ds_routines.c
@@ -1537,7 +1537,7 @@ void io_done_thread()
 	/*NOTREACHED*/
 }
 
-#define	DEVICE_IO_MAP_SIZE	(2 * 1024 * 1024)
+#define	DEVICE_IO_MAP_SIZE	(16 * 1024 * 1024)
 
 static void mach_device_trap_init(void);		/* forward */
 
-- 
cgit v1.2.3