freebsd_amp_hwpstate/sys/i386
Bruce Evans b9dcd593ff Fixed type mismatches for functions with args of type vm_prot_t and/or
vm_inherit_t.  These types are smaller than ints, so the prototypes
should have used the promoted type (int) to match the old-style function
definitions.  They use just vm_prot_t and/or vm_inherit_t.  This depends
on gcc features to work.  I fixed the definitions since this is easiest.
The correct fix may be to change the small types to u_int, to optimize
for time instead of space.
1997-08-25 22:15:31 +00:00
..
apm Fix crash when halting where APM was configured but not enabled 1997-06-19 00:25:03 +00:00
bios Fix crash when halting where APM was configured but not enabled 1997-06-19 00:25:03 +00:00
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 Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimes 1997-08-25 21:53:01 +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 Removed a bogus comment. 1997-08-25 21:28:08 +00:00
isa A clean fix for the spl "deadlock before smp_active" problem. 1997-08-24 20:33:32 +00:00
linux Revert my previous commit about using CS_SECURE macro. 1997-08-21 06:33:04 +00:00
pci Removed unused #includes. 1997-07-20 14:10:18 +00:00
scsi Change restart_sequencer to be more robust by performing an explicit 1997-08-21 21:23:21 +00:00
Makefile