summaryrefslogtreecommitdiff
path: root/debian/patches/21_aligned_zalloc.patch
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-07-08 13:08:48 +0000
committerGuillem Jover <guillem@debian.org>2008-07-08 13:08:48 +0000
commit6ac0362e0dafb7f8d255452c1ccdbc51e9c3acb9 (patch)
treea5a86d41e3a9d6b969cc96ebeee79afc46bca88b /debian/patches/21_aligned_zalloc.patch
parent87c0e02cea4725d054cbce852a895af518b5f482 (diff)
Sync with upstream gnumach snapshot 1.3.99.dfsg.cvs20080708
Diffstat (limited to 'debian/patches/21_aligned_zalloc.patch')
-rw-r--r--debian/patches/21_aligned_zalloc.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/21_aligned_zalloc.patch b/debian/patches/21_aligned_zalloc.patch
deleted file mode 100644
index bef36f1..0000000
--- a/debian/patches/21_aligned_zalloc.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-2007-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
-
- * kern/zalloc.c (zget_space): Align zalloc_next_space again after
- calling kmem_alloc_wired (which may sleep).
-
-Index: b/kern/zalloc.c
-===================================================================
---- a/kern/zalloc.c
-+++ b/kern/zalloc.c
-@@ -320,6 +320,8 @@ static vm_offset_t zget_space(vm_offset_
- zone_page_init(new_space, space_to_add,
- ZONE_PAGE_USED);
- simple_lock(&zget_space_lock);
-+ if (align > 0)
-+ ALIGN_SIZE_UP(zalloc_next_space, align);
- continue;
- }
-