commit | 58463c1fe25f7c4183f30f06a5a86cb6cd9d8231 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Dec 17 11:43:12 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Dec 17 11:43:13 2009 +1030 |
tree | 62b52d0ccbf7fc258627492240fb1ca1770639cc | |
parent | f6325e30ebd6fc870315b017a5d4a6ab15bf790b [diff] |
cpumask: avoid deprecated function in mm/slab.c 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>