x86, msr, cpumask: Use struct cpumask rather than the deprecated cpumask_t
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Nov 2009 12:15:41 +0000 (22:45 +1030)
committerIngo Molnar <mingo@elte.hu>
Sun, 8 Nov 2009 10:58:38 +0000 (11:58 +0100)
This makes the declarations match the definitions, which already
use 'struct cpumask'.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Borislav Petkov <borislav.petkov@amd.com>
LKML-Reference: <200911052245.41803.rusty@rustcorp.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found