diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2009-05-30 04:25:30 +0200 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-06-02 01:18:33 +0200 |
commit | 43bd1236234cacbc18d1476a9b57e7a306efddf5 (patch) | |
tree | 087fd59a2f98e85fdf017267998a7364a47536c3 /arch/x86/include/asm | |
parent | dbd3fbdfeecfad4e71139db05d72560c3583e2a9 (diff) | |
download | blackbird-obmc-linux-43bd1236234cacbc18d1476a9b57e7a306efddf5.tar.gz blackbird-obmc-linux-43bd1236234cacbc18d1476a9b57e7a306efddf5.zip |
tracing/stat: remove unappropriate safe walk on list
register_stat_tracer() uses list_for_each_entry_safe
to check whether a tracer is already present in the list.
But we don't delete anything from the list here, so
we don't need the safe version
[ Impact: cleanup list use is stat tracing ]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'arch/x86/include/asm')
0 files changed, 0 insertions, 0 deletions