From e2645532ad48566e6cc6751a4ccdd13c5c14d898 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 20 Feb 2009 01:18:48 +0000 Subject: Sync with upstream gnumach snapshot 1.3.99.dfsg.cvs20090220 --- debian/patches/14_alloc_params.patch | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'debian/patches/14_alloc_params.patch') diff --git a/debian/patches/14_alloc_params.patch b/debian/patches/14_alloc_params.patch index befe470..d71c245 100644 --- a/debian/patches/14_alloc_params.patch +++ b/debian/patches/14_alloc_params.patch @@ -1,7 +1,5 @@ 2008-12-29 Samuel Thibault - * i386/intel/pmap.c (pmap_bootstrap): Extend kernel virtual memory to - at least the size of the physical memory. * kern/zalloc.c (zone_map_size): Increase from 12 to 64 MiB. 2007-12-30 Samuel Thibault @@ -51,20 +49,3 @@ Index: b/vm/vm_map.h typedef struct vm_map_copy { int type; -Index: i386/intel/pmap.c -=================================================================== -RCS file: /cvsroot/hurd/gnumach/i386/intel/pmap.c,v -retrieving revision 1.4.2.23 -retrieving revision 1.4.2.24 -diff -u -p -r1.4.2.23 -r1.4.2.24 ---- i386/intel/pmap.c 27 Nov 2008 01:37:52 -0000 1.4.2.23 -+++ i386/intel/pmap.c 29 Dec 2008 11:11:03 -0000 1.4.2.24 -@@ -576,7 +576,7 @@ void pmap_bootstrap() - */ - kernel_virtual_start = phys_last_addr; - kernel_virtual_end = phys_last_addr + morevm -- + (phys_last_addr - phys_first_addr) / 15; -+ + (phys_last_addr - phys_first_addr); - - if (kernel_virtual_end < phys_last_addr - || kernel_virtual_end > VM_MAX_KERNEL_ADDRESS) -- cgit v1.2.3