Skip to content

Commit

Permalink
[MIPS] Oprofile: fix sparse warning.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Apr 27, 2006
1 parent 49e31ca commit 5dac830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/oprofile/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5dac830

Please sign in to comment.