sparc64: Define SPARC default fls function
authorVijay Kumar <vijay.ac.kumar@oracle.com>
Wed, 11 Oct 2017 18:50:02 +0000 (12:50 -0600)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Nov 2017 05:26:45 +0000 (14:26 +0900)
commit41413a60352cf8a7f0dd4a869d6e5c3e25aa89b2
treef7437b5b92807dcbd7938574944d909b2b588f13
parent9a08862a5d2e266ecea1865547463da2745fc687
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/fls.S [new file with mode: 0644]