freebsd-dev/sys/amd64
Alan Cox 03e3bc8e62 atomic.h:
Change "void *" to "volatile TYPE *", improving type safety
	and eliminating some warnings (e.g., mp_machdep.c rev 1.106).

cpufunc.h:
	Eliminate setbits.  As defined, it's not precisely correct;
	and it's redundant.  (Use atomic_set_int instead.)

ipl_funcs.c:
	Use atomic_set_int instead of setbits.

systm.h:
	Include atomic.h.

Reviewed by:	bde
1999-07-23 23:45:50 +00:00
..
amd64 Reduce the number of "magic constants" used for page coloring 1999-07-22 06:04:17 +00:00
conf Move the xe0 driver back where it was. It was misleading where it was as it 1999-07-13 08:08:20 +00:00
include atomic.h: 1999-07-23 23:45:50 +00:00
isa Implement an all-CPU shootdown-style rendezvous facility. This allows 1999-07-20 06:52:35 +00:00
pci Add support for multiple PCI busses directly connected to the nexus. 1999-07-16 01:00:30 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00