freebsd-skq/sys/i386
Jung-uk Kim 3264fd707a Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. These
functions are now real functions rather than function pointers.  Supposedly,
it is faster for modern processors.

Suggested by:	bde
2013-08-21 22:27:42 +00:00
..
acpica Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is 2013-02-15 22:43:08 +00:00
bios This isn't functionally identical. In some cases a hint to disable 2012-10-22 13:06:09 +00:00
conf Add process descriptors support to the GENERIC kernel. It is already being 2013-08-18 10:21:29 +00:00
i386 Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. These 2013-08-21 22:27:42 +00:00
ibcs2 Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
include Reimplement atomic_load_acq_64() and atomic_store_rel_64() for i386. These 2013-08-21 22:27:42 +00:00
isa - Correct spelling in comments 2013-04-17 11:56:11 +00:00
linux Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h 2013-01-29 18:41:30 +00:00
pci Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
svr4
xbox
xen The soft and hard busy mechanism rely on the vm object lock to work. 2013-08-09 11:11:11 +00:00
Makefile