From 0ae9938e5641f95a26d3718cd8d0374d216325a2 Mon Sep 17 00:00:00 2001 From: briggs Date: Thu, 6 Jul 1995 03:44:46 +0000 Subject: [PATCH] Fix (last?) bug in the IIvx kludge. --- sys/arch/mac68k/mac68k/pmap_bootstrap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c index 502dd7c981c3..b33c85bed7b2 100644 --- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c +++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_bootstrap.c,v 1.5 1995/07/04 18:55:18 briggs Exp $ */ +/* $NetBSD: pmap_bootstrap.c,v 1.6 1995/07/06 03:44:46 briggs Exp $ */ /* * Copyright (c) 1991, 1993 @@ -419,7 +419,7 @@ pmap_bootstrap(nextpa, firstpa) if (mac68k_vidlog) mac68k_vidlog = (u_int32_t) - mac68k_ptob(nptpages*NPTEPG - NBMAPSIZE); + mac68k_ptob(nptpages*NPTEPG - VIDMAPSIZE); { int len; u_long offset;