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.ia64 | |
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.ia64')
-rw-r--r-- | sys/conf/files.ia64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64 index 6719c98..e85c35d 100644 --- a/sys/conf/files.ia64 +++ b/sys/conf/files.ia64 @@ -120,6 +120,7 @@ libkern/bcmp.c standard libkern/ffsl.c standard libkern/fls.c standard libkern/flsl.c standard +libkern/flsll.c standard libkern/ia64/__divdi3.S standard libkern/ia64/__divsi3.S standard libkern/ia64/__moddi3.S standard |