commit | 59585b4be9ae4dc6506551709bdcd6f5210b8a01 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@inai.de> | Mon Dec 25 03:43:53 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 27 20:29:48 2017 -0500 |
tree | 6c0dd0ddd572999f41f2574a5cdb90c9068d2646 | |
parent | 5f520fc318764df800789edd202b5e3b55130613 [diff] |
sparc64: repair calling incorrect hweight function from stubs Commit v4.12-rc4-1-g9289ea7f952b introduced a mistake that made the 64-bit hweight stub call the 16-bit hweight function. Fixes: 9289ea7f952b ("sparc64: Use indirect calls in hamming weight stubs") Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: David S. Miller <davem@davemloft.net>