commit | 73c4427c6ca3b32fa0441791e9c6eadceff7242f | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Tue Sep 17 14:48:13 2013 +0800 |
committer | Ingo Molnar <mingo@kernel.org> | Fri Sep 20 06:54:36 2013 +0200 |
tree | 630a2b7a972be6fca44014926b6731eb86ba90b9 | |
parent | c5ecceefdb840af45db436adc58219ae97b6ef3c [diff] |
perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group() 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>