]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commita3e5a375fe4f7cc599238cf607d63fc4ad018059
treed09e221148c90fd3024d8e3203cc875165b1fa7d
parent5125c6bd9e62f79b8b4fed4591c55aad3901e5b2
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>
arch/sparc/Kconfig