freebsd-dev/sys/amd64
Bruce Evans 10a1aa05e8 Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimes
wasted.

Fixed type mismatches for functions with vm_prot_t's as args.  vm_prot_t
is u_char, so the prototypes should have used promoteof(u_char) to match
the old-style function definitions.  They use just vm_prot_t.  This depends
on gcc features to work.  I fixed the definitions since this is easiest.
The correct fix may be to change vm_prot_t to u_int, to optimize for time
instead of space.

Removed a stale comment.
1997-08-25 21:53:01 +00:00
..
amd64 Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimes 1997-08-25 21:53:01 +00:00
conf Well, consensus seems very split on this so I talked it over with DG 1997-07-22 08:33:52 +00:00
include Removed a bogus comment. 1997-08-25 21:28:08 +00:00
isa The last of the encapsolation of cpl/spl/ipending things into a critical 1997-08-24 00:05:37 +00:00
pci Removed unused #includes. 1997-07-20 14:10:18 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00