aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMike Travis <[email protected]>2008-12-16 17:34:03 -0800
committerMike Travis <[email protected]>2008-12-16 17:40:58 -0800
commitb2bb85549134c005e997e5a7ed303bda6a1ae738 (patch)
tree292f05bfeb474cb4bf32d8e55c5166750edb13ca /tools/perf/scripts/python
parent1de88cd4a33fcc2fcf70cbce01688723f728675d (diff)
x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.c
Impact: remove cpumask_t from stack. We should not try to save and restore cpus_allowed on current. We can't use work_on_cpu() here, since it's in the hotplug cpu path (if anyone else tries to get the hotplug lock from a workqueue we could deadlock against them). Fortunately, we can just use smp_call_function_single() since the function can run from an interrupt. Signed-off-by: Rusty Russell <[email protected]> Signed-off-by: Mike Travis <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Oleg Nesterov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions