sh: Fix up HAVE_PERF_COUNTERS typo.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 23 Jun 2009 16:41:05 +0000 (01:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 23 Jun 2009 16:41:05 +0000 (01:41 +0900)
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>
arch/sh/Kconfig

index eff0f23..e2bdd7b 100644 (file)
@@ -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