projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6325e3
)
cpumask: avoid deprecated function in mm/slab.c
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Dec 2009 17:43:12 +0000
(11:43 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Dec 2009 01:13:13 +0000
(11:43 +1030)
These days we use cpumask_empty() which takes a pointer.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
mm/slab.c
patch
|
blob
|
history
diff --git
a/mm/slab.c
b/mm/slab.c
index 3f4822938f4605f4e6e1cf55f996f812332cd4a6..7560eb00637cec38876fa5c847f6db6ae017f55a 100644
(file)
--- a/
mm/slab.c
+++ b/
mm/slab.c
@@
-1132,7
+1132,7
@@
static void __cpuinit cpuup_canceled(long cpu)
if (nc)
free_block(cachep, nc->entry, nc->avail, node);
- if (!cpu
s_empty(*
mask)) {
+ if (!cpu
mask_empty(
mask)) {
spin_unlock_irq(&l3->list_lock);
goto free_array_cache;
}