x86: cleanup remaining cpumask_t code in mce_amd_64.c
authorMike Travis <travis@sgi.com>
Sun, 11 Jan 2009 05:58:10 +0000 (21:58 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 11 Jan 2009 18:13:12 +0000 (19:13 +0100)
commita1c33bbeb7061f3ed39103c385844474eaa8f921
treec0d01c30ca610883a467f5b51f3be936a8f15f33
parent0e21990ae7ee11af94f44f240b06e520cf1505d4
x86: cleanup remaining cpumask_t code in mce_amd_64.c

Impact: Reduce memory usage, use new cpumask API.

Use cpumask_var_t for 'cpus' cpumask in struct threshold_bank and update
remaining old cpumask_t functions to new cpumask API.

Signed-off-by: Mike Travis <travis@sgi.com>
arch/x86/kernel/cpu/mcheck/mce_amd_64.c