Put `#ifdef notyet' around some code which is currently defunct.

This commit is contained in:
mycroft 1993-08-14 10:02:30 +00:00
parent af6c95dd23
commit fbd4257135

View File

@ -96,9 +96,11 @@ kernacc(addr, len, rw)
* or worse, inconsistencies at the pmap level. We only worry
* about the buffer cache for now.
*/
#ifdef notyet
if (!readbuffers && rv && (eaddr > (vm_offset_t)buffers &&
saddr < (vm_offset_t)buffers + MAXBSIZE * nbuf))
rv = FALSE;
#endif
return(rv == TRUE);
}