diff options
author | Richard Braun <rbraun@sceen.net> | 2012-07-07 07:42:24 +0000 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-07-07 08:07:42 +0000 |
commit | 2d2da4aad582bf1d63554cd9496285787db3e66e (patch) | |
tree | dda523827f0e24c61e488e98d4d24a0be6c32bdc /tests | |
parent | 9c7d81dd1b033b112716916be37b8a8960f7413b (diff) |
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.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions