commit | a0e72cf12b1a1f159b6822ed2e1e41893d996fc7 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Oct 29 11:44:04 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Dec 01 13:52:25 2015 +1100 |
tree | 341c39ac34fad618accdb2a37aaba9af83a1a6d7 | |
parent | 1552cd703cf5a07caeb17ccd82f80e20a23b1707 [diff] |
powerpc: Create msr_check_and_{set,clear}() Create helper functions to set and clear MSR bits after first checking if they are already set. Grouping them will make it easy to avoid the MSR writes in a subsequent optimisation. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>