diff options
-rw-r--r-- | sys/arch/hp300/hp300/pmap_bootstrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/pmap_bootstrap.c b/sys/arch/hp300/hp300/pmap_bootstrap.c index d825f1a7e51..cce7d5fa301 100644 --- a/sys/arch/hp300/hp300/pmap_bootstrap.c +++ b/sys/arch/hp300/hp300/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.20 2004/12/30 21:26:15 miod Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.21 2005/01/03 18:45:47 miod Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.13 1997/06/10 18:56:50 veego Exp $ */ /* @@ -115,7 +115,7 @@ pmap_init_md() */ addr = (vaddr_t) intiobase; if (uvm_map(kernel_map, &addr, - m68k_ptob(IIOMAPSIZE+EIOMAPSIZE), + m68k_ptob(IIOMAPSIZE + eiomapsize), NULL, UVM_UNKNOWN_OFFSET, 0, UVM_MAPFLAG(UVM_PROT_NONE, UVM_PROT_NONE, UVM_INH_NONE, UVM_ADV_RANDOM, |