commit | 081fad86178ec0f64f32f1bd04cf4aad22714fb9 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Jun 11 17:57:21 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jun 12 14:28:51 2009 +0200 |
tree | 314fb9c8c6ab4941ef6f750aa785341e5a372f85 | |
parent | f1a3c979059b2033d0b1cc4f9ee5c90bf92b5f94 [diff] |
perf_counter: Remove PERF_TYPE_RAW special casing The PERF_TYPE_RAW special case seems superfluous these days. Remove it and add it to the switch() stmt like the others. [ Impact: cleanup ] Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>