commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 2d2da4aad582bf1d63554cd949628578


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. 2d2da4aad582bf1d63554cd9496285787db3e66e
Date: Sat, 07 Jul 2012 08:08:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  2d2da4aad582bf1d63554cd9496285787db3e66e (commit)
      from  9c7d81dd1b033b112716916be37b8a8960f7413b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2d2da4aad582bf1d63554cd9496285787db3e66e
Author: Richard Braun <address@hidden>
Date:   Sat Jul 7 07:42:24 2012 +0000

    Merge kalloc_map into kmem_map
    
    * ipc/ipc_table.c: Add #include <kern/slab.h>.
    (ipc_table_alloc): Use kmem_map instead of kalloc_map when allocating
    a table.
    (ipc_table_realloc): Likewise for reallocation.
    (ipc_table_free): Likewise for release.
    * kern/kalloc.h (kalloc_map): Remove declaration.
    * kern/slab.c (KMEM_MAP_SIZE): Increase to 128 MiB.
    (KALLOC_MAP_SIZE): Remove macro.
    (kalloc_map_store): Remove variable.
    (kalloc_map): Likewise.
    (kalloc_pagealloc): Use kmem_map instead of kalloc_map for general
    purpose allocations.
    (kalloc_pagefree): Likewise.
    (kalloc_init): Remove the creation of kalloc_map.

-----------------------------------------------------------------------

Summary of changes:
 ipc/ipc_table.c |    7 ++++---
 kern/kalloc.h   |    2 --
 kern/slab.c     |   21 ++++-----------------
 3 files changed, 8 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]