commit | b8c93549142077da10a02329378a8cfa46ce511c | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Mar 07 11:37:14 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Mar 13 23:43:07 2018 +1100 |
tree | 5607375446b3b315d4e60d250422dbe4af40e966 | |
parent | ae3066bd1cbe58e596c791f72a36e576df5d9ed1 [diff] |
powerpc/mm/slice: Switch to 3-operand slice bitops helpers This converts the slice_mask bit operation helpers to be the usual 3-operand kind, which allows 2 inputs to set a different output without an extra copy, which is used in the next patch. Adds slice_copy_mask, which will be used in the next patch. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>