diff options
Diffstat (limited to 'debian/patches/21_aligned_zalloc.patch')
| -rw-r--r-- | debian/patches/21_aligned_zalloc.patch | 18 |
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; - } - |
