git: kernel: Add flsll(). Identical to flsl().

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jan 2 04:54:50 PST 2016


commit 4e70a2e107f47adf074519ae14afbbaa1fc80c5b
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jan 2 13:50:03 2016 +0100

    kernel: Add flsll(). Identical to flsl().
    
    Add FreeBSD's libkern version too, but on x86_64 this is not compiled,
    because we use inline assembly.

Summary of changes:
 sys/cpu/x86_64/include/cpufunc.h         | 8 ++++++++
 {lib/libc/string => sys/libkern}/flsll.c | 4 ++--
 sys/sys/libkern.h                        | 3 +++
 3 files changed, 13 insertions(+), 2 deletions(-)
 copy {lib/libc/string => sys/libkern}/flsll.c (94%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e70a2e107f47adf074519ae14afbbaa1fc80c5b


-- 
DragonFly BSD source repository



More information about the Commits mailing list