commit | a1c33bbeb7061f3ed39103c385844474eaa8f921 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Sat Jan 10 21:58:10 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 11 19:13:12 2009 +0100 |
tree | c0d01c30ca610883a467f5b51f3be936a8f15f33 | |
parent | 0e21990ae7ee11af94f44f240b06e520cf1505d4 [diff] |
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>