slob: Rework #ifdeffery in slab.h
authorChristoph Lameter <cl@linux.com>
Fri, 14 Jun 2013 19:55:13 +0000 (19:55 +0000)
committerPekka Enberg <penberg@kernel.org>
Tue, 18 Jun 2013 15:34:43 +0000 (18:34 +0300)
Make the SLOB specific stuff harmonize more with the way the other allocators
do it. Create the typical kmalloc constants for that purpose. SLOB does not
support it but the constants help us avoid #ifdefs.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found