Re: [PATCH v2 2/2] sparc64: Use lzcnt instruction for fls and __fls

From: Vijay Kumar
Date: Wed Sep 27 2017 - 16:29:04 EST


Hi Sam,

On 9/27/2017 2:56 PM, Sam Ravnborg wrote:
.size niagara4_patch_pageops,.-niagara4_patch_pageops
+
+ .globl niagara4_patch_fls
+ .type niagara4_patch_fls,#function
+niagara4_patch_fls:
+ NG_DO_PATCH(fls, NG4fls)
+ NG_DO_PATCH(__fls, __NG4fls)
+ retl
+ nop
+ .size niagara4_patch_fls,.-niagara4_patch_fls
Please path the remaining functions in this file with ENTRY(), ENDPROC() - in a separate patch.

Thanks for your comment. Sure, I will make the changes and address other comments as well in my revised version.

- Vijay