diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-05-13 05:24:53 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-05-13 05:24:53 +0000 |
| commit | 0dfcd4a9c43bfef552f7bc4460c1e68d2ce04fc9 (patch) | |
| tree | 26ae36f5a399abf069a02e7c57ec4ecfd46cd8d5 /sys/dev/dpt | |
| parent | 93fcd374b4f8c28da3b97a93df06272ebfb2093d (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt_control.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/dpt/dpt_control.c b/sys/dev/dpt/dpt_control.c index e117b998b398..d0a33ced2bf9 100644 --- a/sys/dev/dpt/dpt_control.c +++ b/sys/dev/dpt/dpt_control.c @@ -36,7 +36,7 @@ * future. */ -#ident "$Id: dpt_control.c,v 1.10 1998/12/04 22:54:45 archie Exp $" +#ident "$Id: dpt_control.c,v 1.11 1999/05/11 11:03:18 jkh Exp $" #include "opt_dpt.h" @@ -150,7 +150,6 @@ dpt_physmap(u_int32_t req_paddr, vm_size_t req_size) if (va == (vm_offset_t) 0) return (va); - size += PAGE_SIZE; for (ndx = 0; ndx < size; ndx += PAGE_SIZE) { pmap_kenter(va + ndx, paddr + ndx); invltlb(); |
