perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()
authorYan, Zheng <zheng.z.yan@intel.com>
Tue, 17 Sep 2013 06:48:13 +0000 (14:48 +0800)
committerIngo 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