freebsd-dev/sys/i386
Peter Wemm 90bcb528a8 Correct some things I forgot about until it was too late with smp_active.
smp_active = 1 used to indicate that the system had frozen previously
started AP's, while smp_active = 0 was "AP's not yet started".  I have split
this into smp_started (which is set when the AP's come online), and
smp_active is left for turning on/off AP scheduling.
1997-08-26 18:36:15 +00:00
..
apm
bios
boot Remove extraneous init parameter. 1997-08-23 23:38:12 +00:00
conf Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp. 1997-08-19 17:11:35 +00:00
eisa #include <machine/limits.h> explicitly in the few places that it is required. 1997-08-21 20:33:42 +00:00
i386 Correct some things I forgot about until it was too late with smp_active. 1997-08-26 18:36:15 +00:00
ibcs2 Fixed type mismatches for functions with args of type vm_prot_t and/or 1997-08-25 22:15:31 +00:00
include Correct some things I forgot about until it was too late with smp_active. 1997-08-26 18:36:15 +00:00
isa Fixed pedantic syntax error (trailing comma in enum). 1997-08-25 23:31:05 +00:00
linux Fixed misplaced declaration. 1997-08-25 23:41:39 +00:00
pci
scsi Don't depend on the gcc feature of permitting conditional expressions 1997-08-25 23:45:50 +00:00
Makefile