1 // Remove unneeded tests before calling cpu_restore_state
3 // spatch --macro-file scripts/cocci-macro-file.h \
4 // --sp-file ./scripts/coccinelle/cpu_restore_state.cocci \
5 // --keep-comments --in-place --use-gitgrep --dir target
11 cpu_restore_state(C, A);
17 - cpu_restore_state(C, A);
19 + cpu_loop_exit_restore(C, A);