History log of /freebsd-9.3-release/sys/libkern/arm/ffs.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 172615 13-Oct-2007 cognet

Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.

MFC After: 3 days


# 139815 06-Jan-2005 imp

/* -> /*- for copyright notices, minor format tweaks as necessary


# 137463 09-Nov-2004 cognet

Use the RET macro.


# 137342 07-Nov-2004 cognet

Implement ffs with clz for Xscale.
Idea taken from: NetBSD


# 129210 14-May-2004 cognet

Import libkern arm specific bits.