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; }