OSDN Git Service

sparc64: Define SPARC default __fls function
authorVijay Kumar <vijay.ac.kumar@oracle.com>
Wed, 11 Oct 2017 18:50:03 +0000 (12:50 -0600)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Nov 2017 05:26:46 +0000 (14:26 +0900)
commitbe52bbe3ea1ae2619ca64d67d56e84a9c7e358f9
tree6f08176bf46591a21784199533d7f467613fc61f
parent41413a60352cf8a7f0dd4a869d6e5c3e25aa89b2
sparc64: Define SPARC default __fls function

__fls will now require a boot time patching on T4 and above.
Redefining it under arch/sparc/lib.

Signed-off-by: Vijay Kumar <vijay.ac.kumar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/bitops_64.h
arch/sparc/lib/Makefile
arch/sparc/lib/fls64.S [new file with mode: 0644]