K 10 svn:author V 3 bde K 8 svn:date V 27 1997-08-25T21:53:01.000000Z K 7 svn:log V 501 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. END