summaryrefslogtreecommitdiff
path: root/device/ds_routines.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-11 13:47:29 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-11 13:47:29 +0200
commitbfdb3be16e5a20eebc97b3ca613d9a4da4465533 (patch)
treec353e3ad19017c8f5cdb330d6363ca2845cb11c4 /device/ds_routines.c
parentec91b8ae6735a3f2977dc886ea63ff28e1aeef41 (diff)
parente1f856119dae48fcc1b649521ca45e4bdaa80ea9 (diff)
Merge branch 'master' into master-gdb_stubs
Conflicts: i386/i386at/com.c
Diffstat (limited to 'device/ds_routines.c')
-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 */