diff options
| author | cgd <cgd@NetBSD.org> | 1993-10-06 02:06:49 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-10-06 02:06:49 +0000 |
| commit | f09334ef6c39ccabcde86aa60d299af8d840e734 (patch) | |
| tree | bfdb7514f2be33e1eb8b1a8da58d3136dc402aee /sys/vm | |
| parent | 86c14aeb7a3bb2765a82d0128638be3fd16ba02e (diff) | |
we need the buffer hack again, now that we have a real vfs_bio...
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_glue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 8a41b032a8f..6542cde90c1 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -95,11 +95,9 @@ 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); } |
