commit | 7a1283d8f5298437a454ec477384dcd9f9f88bac | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Oct 28 14:18:58 2014 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 30 15:26:52 2014 -0400 |
tree | 1a0dd00ece0e81c4526540648b535dd8b18a919c | |
parent | 9a06bec9aee0ae54f175b20a8d4f5e14aef24a9f [diff] |
carl9170: Convert byte_rev_table uses to bitrev8 Use the inline function instead of directly indexing the array. This allows some architectures with hardware instructions for bit reversals to eliminate the array. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>