cpumask: make Xen use the new operators.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:56 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:56 +0000 (14:49 +1030)
commitd680eb8bcd0e43b20067fd2c810d76463db5444e
tree792da1948c961008b23dc03760fbe4fe458a9c7a
parent70ba2b6a70f0077707977e3b107478768492040d
cpumask: make Xen use the new operators.

Impact: cleanup

In particular, *map are deprecated, and you have to use the accessors
as *mask are const.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
To: Jeremy Fitzhardinge <jeremy@xensource.com>
drivers/xen/cpu_hotplug.c