git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5ec0b
)
slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case
author
Christoph Lameter
<cl@linux.com>
Tue, 15 Mar 2011 17:45:21 +0000
(12:45 -0500)
committer
Pekka Enberg
<penberg@kernel.org>
Sun, 20 Mar 2011 16:11:07 +0000
(18:11 +0200)
The redo label needs #ifdeffery. Fixes the following problem introduced by
commit
8a5ec0ba42c4
("Lockless (and preemptless) fastpaths for slub"):
mm/slub.c: In function 'slab_free':
mm/slub.c:2124: warning: label 'redo' defined but not used
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c
patch
|
blob
|
history
diff --cc
mm/slub.c
Simple merge