commit | 611b0e5c19963374175b39f42117b03ee7573228 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Oct 29 11:43:59 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Dec 01 13:52:25 2015 +1100 |
tree | 31a1ae1a8d869e574386650d5ef33e9a200d59be | |
parent | b86fd2bd03021ce906bfa0c1456ec38329e31b30 [diff] |
powerpc: Create mtmsrd_isync() mtmsrd_isync() will do an mtmsrd followed by an isync on older processors. On newer processors we avoid the isync via a feature fixup. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>