commit | 222f20f140623ef6033491d0103ee0875fe87d35 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Jan 10 03:07:15 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jan 10 03:07:30 2018 +1100 |
tree | 706eaebf8c74af2a1463f9a43bb388908b6ed7f5 | |
parent | 50e51c13b3822d14ff6df4279423e4b7b2269bc3 [diff] |
powerpc/64s: Simple RFI macro conversions This commit does simple conversions of rfi/rfid to the new macros that include the expected destination context. By simple we mean cases where there is a single well known destination context, and it's simply a matter of substituting the instruction for the appropriate macro. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>