sh: perf events: Kill off left over debugging cruft.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 28 Oct 2009 09:02:15 +0000 (18:02 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 28 Oct 2009 09:02:15 +0000 (18:02 +0900)
commit1d317f90d97ca8e539939ee896bd04c7efe936ca
tree09e7141e4f84adf4ad5cbfbc44738c2985756df4
parentac44e6694755744fe96442919da1f2c7e87a2a61
sh: perf events: Kill off left over debugging cruft.

num_events should be compared > MAX_HWEVENTS and not >=. The latter was
used as a debugging test which accidentally slipped in.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/perf_event.c