diff options
author | 2011-07-21 09:42:45 +0900 | |
---|---|---|
committer | 2011-07-22 11:01:03 +0300 | |
commit | 7ea466f2256b02a7047dfd47d76a2f6c1e427e3e (patch) | |
tree | fbe47a3e126d3f20b0eb4785eaaced80e95b987e /kernel/workqueue.c | |
parent | slab: shrink sizeof(struct kmem_cache) (diff) | |
download | linux-rng-7ea466f2256b02a7047dfd47d76a2f6c1e427e3e.tar.xz linux-rng-7ea466f2256b02a7047dfd47d76a2f6c1e427e3e.zip |
slab: fix DEBUG_SLAB warning
In commit c225150b "slab: fix DEBUG_SLAB build",
"if ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1))" is always true if
ARCH_SLAB_MINALIGN == 0. Do not print warning if ARCH_SLAB_MINALIGN == 0.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
0 files changed, 0 insertions, 0 deletions