From 2b859c2081257768468a66c436d5aae18e0c4f3b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 24 Apr 2006 10:50:02 +0100 Subject: [PATCH] --- yaml --- r: 26226 b: refs/heads/master c: 5dac83030a3f4a3a4d1255b13bd0f7d08e824963 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/oprofile/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7c67aa397ed5..7ddc09fffffb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49e31ca8387227898710f99476f2217ea154aab0 +refs/heads/master: 5dac83030a3f4a3a4d1255b13bd0f7d08e824963 diff --git a/trunk/arch/mips/oprofile/common.c b/trunk/arch/mips/oprofile/common.c index 49ef8fd338d6..f2b4862aaae5 100644 --- a/trunk/arch/mips/oprofile/common.c +++ b/trunk/arch/mips/oprofile/common.c @@ -27,7 +27,7 @@ static int op_mips_setup(void) model->reg_setup(ctr); /* Configure the registers on all cpus. */ - on_each_cpu(model->cpu_setup, 0, 0, 1); + on_each_cpu(model->cpu_setup, NULL, 0, 1); return 0; }