commit | 72d78d05cbaa69f2a32f5f9d65a4551ba0da571f | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:36 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:36 2009 +0930 |
tree | 9116e29924269c671f19dba69abe38f5730bc00e | |
parent | 51c870a2d8708bda83c4ba47f26012a8420bdaff [diff] |
cpumask: remove unused cpu_mask_all It's only defined for NR_CPUS > BITS_PER_LONG; cpu_all_mask is always defined (and const). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>