commit | b86fd2bd03021ce906bfa0c1456ec38329e31b30 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Oct 29 11:43:58 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Dec 01 13:52:24 2015 +1100 |
tree | 8c1d3fc1c7671c0546145fa32a27c9973a41942c | |
parent | af1bbc3dd3d501d27da72e1764afe5f5b0d3882d [diff] |
powerpc: Simplify TM restore checks Instead of having multiple giveup_*_maybe_transactional() functions, separate out the TM check into a new function called check_if_tm_restore_required(). This will make it easier to optimise the giveup_*() functions in a subsequent patch. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>