commit | d680eb8bcd0e43b20067fd2c810d76463db5444e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Mar 13 14:49:56 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Mar 13 14:49:56 2009 +1030 |
tree | 792da1948c961008b23dc03760fbe4fe458a9c7a | |
parent | 70ba2b6a70f0077707977e3b107478768492040d [diff] |
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>