Alex Bennée | 65255e8 | 2017-11-14 11:25:35 +0100 | [diff] [blame] | 1 | // Remove unneeded tests before calling cpu_restore_state |
2 | // | ||||
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 | ||||
6 | @@ | ||||
7 | expression A; | ||||
8 | expression C; | ||||
9 | @@ | ||||
10 | -if (A) { | ||||
11 | cpu_restore_state(C, A); | ||||
12 | -} | ||||
13 | @@ | ||||
14 | expression A; | ||||
15 | expression C; | ||||
16 | @@ | ||||
17 | - cpu_restore_state(C, A); | ||||
18 | - cpu_loop_exit(C); | ||||
19 | + cpu_loop_exit_restore(C, A); |