summaryrefslogtreecommitdiff
path: root/debian/patches/14_alloc_params.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/14_alloc_params.patch')
-rw-r--r--debian/patches/14_alloc_params.patch19
1 files changed, 0 insertions, 19 deletions
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 <samuel.thibault@ens-lyon.org>
- * 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 <samuel.thibault@ens-lyon.org>
@@ -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)