| commit | ebd2802865c7ea5f352fd5444c293d013e528922 | [log] [tgz] |
|---|---|---|
| author | Rusty Russell <rusty@rustcorp.com.au> | Tue Nov 03 14:56:35 2009 +1030 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 06 15:05:07 2010 -0800 |
| tree | 70065ee6209153def1548466e09de48bf7be7c06 | |
| parent | a89a9e1d729d7f1bc0d18bea800087bdfcfe4957 [diff] |
cpumask: use modern cpumask style in drivers/edac/amd64_edac.c commit ba578cb34a71fb08fff14ac0796b934a8c9991e1 upstream. cpumask_t -> struct cpumask, and don't put one on the stack. (Note: this is actually on the stack unless CONFIG_CPUMASK_OFFSTACK=y). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>