cpumask: remove unused cpu_mask_all
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:34:36 +0000 (09:34 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 00:04:36 +0000 (09:34 +0930)
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>

No differences found