git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97f8bb
)
cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 3 Nov 2009 04:26:35 +0000
(14:56 +1030)
committer
Borislav Petkov
<borislav.petkov@amd.com>
Mon, 7 Dec 2009 18:14:27 +0000
(19:14 +0100)
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>
No differences found