diff options
author | avg <avg@FreeBSD.org> | 2014-02-14 15:18:37 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2014-02-14 15:18:37 +0000 |
commit | 84460fd88d532c95de61ba3728f4ec1aa8537e0f (patch) | |
tree | 7a707a2827732716a315b1ccf7378f2098e4e72f /sys/conf/files.i386 | |
parent | f89204998063c81ca35f7768f359e93953fe8a2f (diff) | |
download | FreeBSD-src-84460fd88d532c95de61ba3728f4ec1aa8537e0f.zip FreeBSD-src-84460fd88d532c95de61ba3728f4ec1aa8537e0f.tar.gz |
provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64
Reviewed by: jhb
MFC after: 10 days
X-MFC note: consider thirdparty modules depending on these symbols
Sponsored by: HybridCluster
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 0c5175a..3294310 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -536,8 +536,7 @@ kern/kern_clocksource.c standard kern/imgact_aout.c optional compat_aout kern/imgact_gzip.c optional gzip libkern/divdi3.c standard -libkern/ffsl.c standard -libkern/flsl.c standard +libkern/flsll.c standard libkern/memmove.c standard libkern/memset.c standard libkern/moddi3.c standard |