cpumask: clean up summit's send_IPI functions
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:55 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:55 +0000 (14:49 +1030)
Impact: cleanup, remove cpumask from stack

summit_send_IPI_allbutself might as well call
default_send_IPI_mask_allbutself_logical().  Also change cpumask_t to
struct cpumask and &cpu_online_map to cpu_online_mask while here.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found