Skip to content

Commit

Permalink
sh: Fix up HAVE_PERF_COUNTERS typo.
Browse files Browse the repository at this point in the history
That's HAVE_PERF_COUNTERS not HAVE_PERF_COUNTER. This was right
initially but I seem to have screwed it up while re-typing it out
by hand on another machine when I checked it in. Hmph.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jun 23, 2009
1 parent 971121f commit bb38c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config SUPERH
select HAVE_IOREMAP_PROT if MMU
select HAVE_ARCH_TRACEHOOK
select HAVE_DMA_API_DEBUG
select HAVE_PERF_COUNTER
select HAVE_PERF_COUNTERS
select RTC_LIB
select GENERIC_ATOMIC64
help
Expand Down

0 comments on commit bb38c22

Please sign in to comment.