]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sparc32: remove CONFIG_HAVE_PERF_EVENTS option
authorNamhyung Kim <namhyung@gmail.com>
Mon, 25 Oct 2010 05:52:37 +0000 (05:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Oct 2010 16:02:43 +0000 (09:02 -0700)
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>
arch/sparc/Kconfig

index 8e7bafc5dd0eb412282c3c8f0ebfb1314e422cc0..058dbdb128b8a0f3206ea5c1f9376335292c7dec 100644 (file)
@@ -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