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 a8fd18db14cb2fd1f595be9f560fe18efb966774 (commit)
from 0b07275f60923840dffc80d7b4adb9a1ad7799f5 (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 a8fd18db14cb2fd1f595be9f560fe18efb966774
Author: Richard Braun <[email protected]>
Date: Sun Feb 7 11:57:49 2016 +0100
Remove kmem map
Now that the slab allocator doesn't use kernel virtual memory any more,
this map has become irrelevant.
* kern/slab.c (KMEM_MAP_SIZE): Remove macro.
(kmem_map_store, kmem_map): Remove variables.
(slab_init): Remove call kmem_submap.
* kern/slab.h (kmem_map): Remove extern declaration.
-----------------------------------------------------------------------
Summary of changes:
kern/slab.c | 13 -------------
kern/slab.h | 5 -----
2 files changed, 0 insertions(+), 18 deletions(-)
hooks/post-receive
--
GNU Mach