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:
c5eccee
)
perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()
author
Yan, Zheng
<zheng.z.yan@intel.com>
Tue, 17 Sep 2013 06:48:13 +0000
(14:48 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 20 Sep 2013 04:54:36 +0000
(06:54 +0200)
uncore_validate_group() can't call smp_processor_id() because it is
in preemptible context. Pass NUMA_NO_NODE to the allocator instead.
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/1379400493-11505-1-git-send-email-zheng.z.yan@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found