From 0dfcd4a9c43bfef552f7bc4460c1e68d2ce04fc9 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 13 May 1999 05:24:53 +0000 Subject: I'm told by the PR author that this page_size increment was in the wrong place; back it out. --- sys/dev/dpt/dpt_control.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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(); -- cgit v1.3