diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/ds_routines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index d0f0879..93569f2 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 */ |