perf_counter: use list_move_tail()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 13 Mar 2009 11:21:29 +0000 (12:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 6 Apr 2009 07:29:31 +0000 (09:29 +0200)
commit755642322aa66fbc5421a35fd3e1733f73e20083
treecfcdd495d14de3b78cdf7f1d064e8534ea8593e1
parent595258aaeac4cc6e187b98b1bf29bb176febe763
perf_counter: use list_move_tail()

Instead of del/add use a move list-op.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_counter.c