aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorRusty Russell <[email protected]>2009-11-03 14:53:52 +1030
committerIngo Molnar <[email protected]>2009-11-04 13:17:53 +0100
commitce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a (patch)
treecb3b278a642f95bc096514f1bb9da17041af9465 /tools/perf/scripts/python/check-perf-trace.py
parenta489ca355efaf9efa4990b0f8f30ab650a206273 (diff)
cpumask: Avoid cpumask_t in arch/x86/kernel/apic/nmi.c
Ingo wants the certainty of a static cpumask (rather than a cpumask_var_t), but cpumask_t will some day be undefined to avoid on-stack declarations. This is what DECLARE_BITMAP/to_cpumask() is for. Signed-off-by: Rusty Russell <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions