This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-19 10:53:58 +00:00
Code
Issues
Releases
Activity
a80f5f272c
freebsd
/
sys
/
ia64
History
Peter Wemm
a80f5f272c
Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc's
...
ffs() builtin uses this already but truncates the upper 32 bits.
2003-12-10 22:47:02 +00:00
..
acpica
Use the ACPI-CA definitions for the various APIC tables instead of our
2003-12-09 03:04:19 +00:00
compile
conf
disasm
ia32
ia64
Don't panic for misalignment traps when the onfault handler is set.
2003-12-09 09:52:14 +00:00
include
Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc's
2003-12-10 22:47:02 +00:00
isa
pci