CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/14 16:50:31
Modified files:
sys/arch/sparc64/conf: files.sparc64
Added files:
sys/lib/libkern: ctzdi2.c
Log message:
add __ctzdi2 to sparc64 kernel
If __builtin_ctzl() is used on sparc64, gcc 4.2 will emit a call to
__ctzdi2. For userland this is in libgcc or compiler-rt. In the kernel
we put these functions in libkern.
'looks good' deraadt@ miod@
