summaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-10-25 05:52:37 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-26 09:02:43 -0700
commita3e5a375fe4f7cc599238cf607d63fc4ad018059 (patch)
treed09e221148c90fd3024d8e3203cc875165b1fa7d /arch/sparc
parent5125c6bd9e62f79b8b4fed4591c55aad3901e5b2 (diff)
downloadop-kernel-dev-a3e5a375fe4f7cc599238cf607d63fc4ad018059.zip
op-kernel-dev-a3e5a375fe4f7cc599238cf607d63fc4ad018059.tar.gz
sparc32: remove CONFIG_HAVE_PERF_EVENTS option
Remove HAVE_PERF_EVENTS and PERF_USE_VMALLOC under config SPARC because they're under SPARC64 too. Supporting perf_event needs atomic64 operations but AFAIK sparc32 doesn't provide them, CMIIW. ;-) Also removes redundant HAVE_IRQ_WORK line. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 8e7bafc..058dbdb 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -28,8 +28,6 @@ config SPARC
select RTC_CLASS
select RTC_DRV_M48T59
select HAVE_IRQ_WORK
- select HAVE_PERF_EVENTS
- select PERF_USE_VMALLOC
select HAVE_DMA_ATTRS
select HAVE_DMA_API_DEBUG
select HAVE_ARCH_JUMP_LABEL
@@ -56,7 +54,6 @@ config SPARC64
select RTC_DRV_BQ4802
select RTC_DRV_SUN4V
select RTC_DRV_STARFIRE
- select HAVE_IRQ_WORK
select HAVE_PERF_EVENTS
select PERF_USE_VMALLOC
OpenPOWER on IntegriCloud