OSDN Git Service

sparc64: repair calling incorrect hweight function from stubs
authorJan Engelhardt <jengelh@inai.de>
Mon, 25 Dec 2017 02:43:53 +0000 (03:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jan 2018 19:31:13 +0000 (20:31 +0100)
commit38e8981d5490b2908136baea1f9e3b84a87aec01
tree7ceaf03b7071bc714c2511ca4c734e999abe2655
parentb9edd6bf0ccb2939a7716b80d3e73a24ead9fe62
sparc64: repair calling incorrect hweight function from stubs

[ Upstream commit 59585b4be9ae4dc6506551709bdcd6f5210b8a01 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/lib/hweight.S