]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 3 Nov 2009 04:26:35 +0000 (14:56 +1030)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Jan 2010 23:05:07 +0000 (15:05 -0800)
commitebd2802865c7ea5f352fd5444c293d013e528922
tree70065ee6209153def1548466e09de48bf7be7c06
parenta89a9e1d729d7f1bc0d18bea800087bdfcfe4957
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>
drivers/edac/amd64_edac.c