浏览代码

Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent

Pull a oprofile fix from Robert Richter.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Ingo Molnar 13 年之前
父节点
当前提交
662f5cedb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/oprofile/oprofile_perf.c

+ 1 - 1
drivers/oprofile/oprofile_perf.c

@@ -25,7 +25,7 @@ static int oprofile_perf_enabled;
 static DEFINE_MUTEX(oprofile_perf_mutex);
 static DEFINE_MUTEX(oprofile_perf_mutex);
 
 
 static struct op_counter_config *counter_config;
 static struct op_counter_config *counter_config;
-static struct perf_event **perf_events[nr_cpumask_bits];
+static struct perf_event **perf_events[NR_CPUS];
 static int num_counters;
 static int num_counters;
 
 
 /*
 /*