freebsd-nq/sys/i386
Mark Murray b4edbce08c Back out wrapping the asm ... ; bits in #ifndef lint macros. There
are some good reasons for not doing this, even if the linting of
the code breaks.

1) If lint were ever to understand the stuff inside the macros,
   that would break the checks.

2) There are ways to use __GNUC__ to exclude overly specific
   code.

3) (Not yet practical) Lint(1) needs to properlyu understand
   all of te code we actually run.

Complained about by:	bde
Education by:		jake, jhb, eivind
2001-04-14 20:42:04 +00:00
..
acpica FreeBSD-specific OSD (operating system dependant) modules for the Intel 2000-10-28 06:56:15 +00:00
apm Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
bios Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
conf o Introduce "options REGRESSION", a kernel option which enables 2001-04-11 19:29:24 +00:00
i386 Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just 2001-04-11 17:06:02 +00:00
ibcs2 Add missing includes of <sys/sx.h> 2001-03-28 15:04:22 +00:00
include Back out wrapping the asm ... ; bits in #ifndef lint macros. There 2001-04-14 20:42:04 +00:00
isa People are still having problems with i586_* on UP machines and SMP 2001-04-13 17:14:53 +00:00
linux Regen after adding linux_sched_get_priority_max() and 2001-04-01 06:43:09 +00:00
pci Free the memory we get from devclass_get_devices and device_get_children. 2001-02-08 20:44:49 +00:00
svr4 Grab the process lock while calling psignal and before calling psignal. 2001-03-07 03:37:06 +00:00
Makefile