commit | 39d24e64263cd3211705d3b61ea4171c65030921 | [log] [tgz] |
---|---|---|
author | Mike Kravetz <kravetz@us.ibm.com> | Mon May 15 09:44:13 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon May 15 11:20:56 2006 -0700 |
tree | b527b1395b070180b7f930c0a89530f11bce7b3c | |
parent | 48564e628bd7662d7a0b3ac81c41cd0e4cc36dae [diff] |
[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>