]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] add slab_is_available() routine for boot code
authorMike Kravetz <kravetz@us.ibm.com>
Mon, 15 May 2006 16:44:13 +0000 (09:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 15 May 2006 18:20:56 +0000 (11:20 -0700)
commit7ebf2ded6cf4a27b8150735e6e3d6dd0c9bddd12
treeb527b1395b070180b7f930c0a89530f11bce7b3c
parente71a2c9ce186c3feabcf6adc5e05ee9f87bfd997
[PATCH] add slab_is_available() routine for boot code

slab_is_available() indicates slab based allocators are available for use.
SPARSEMEM code needs to know this as it can be called at various times
during the boot process.

Signed-off-by: Mike Kravetz <kravetz@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/slab.h
mm/slab.c
mm/sparse.c