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:
bc9b83d
)
cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:49 +0000
(14:49 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:49 +0000
(14:49 +1030)
Impact: cleanup, reduce memory usage for CONFIG_CPUMASK_OFFSTACK=y
I *think* every path calls check_nmi_watchdog before using the
watchdog, so that's the right place for the initialization.
If that's wrong, we'll get a nice NULL-deref with
CONFIG_CPUMASK_OFFSTACK=y, and have uncovered another bug.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found