summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-04-22 11:10:32 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-04-22 11:10:32 +0200
commit07dc2f7b615f1b6af4acbbc034615856557ef7cd (patch)
tree3fcacbd367ef4256bed161daa12847618eef8e10 /device
parent67d4e8403fe12592f99cf6fc51e4f33684899d6b (diff)
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.
Diffstat (limited to 'device')
-rw-r--r--device/ds_routines.c2
1 files changed, 1 insertions, 1 deletions
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 */