commit | 8a792262f320245de0174e6bcb551312f2e2debe | [log] [tgz] |
---|---|---|
author | Russell Currey <ruscur@russell.cc> | Fri May 11 18:03:13 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Jun 03 20:43:35 2018 +1000 |
tree | 7bda37d119050a8686af56ac45f639b0f953a868 | |
parent | 447808bf500a7cc92173266a59f8a494e132b122 [diff] |
powerpc/xive: Remove (almost) unused macros The GETFIELD and SETFIELD macros in xive-regs.h aren't used except for a single instance of GETFIELD, so replace that and remove them. These macros are also defined in vas.h, so either those should be eventually replaced or the macros moved into bitops.h. Signed-off-by: Russell Currey <ruscur@russell.cc> [mpe: Rewrite the assignment to 'he' to avoid ffs() etc.] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>