commit | a3e5a375fe4f7cc599238cf607d63fc4ad018059 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Oct 25 05:52:37 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 26 09:02:43 2010 -0700 |
tree | d09e221148c90fd3024d8e3203cc875165b1fa7d | |
parent | 5125c6bd9e62f79b8b4fed4591c55aad3901e5b2 [diff] |
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>