diff options
author | 2005-01-03 18:45:47 +0000 | |
---|---|---|
committer | 2005-01-03 18:45:47 +0000 | |
commit | b289422401f3a29ba0a3cb3663e722182e7686c0 (patch) | |
tree | ee3ef6aad1bcc91b45968233756205f79a81d5a1 | |
parent | add ami(4), it works and I needed that to install my new toy... theo ok (diff) | |
download | wireguard-openbsd-b289422401f3a29ba0a3cb3663e722182e7686c0.tar.xz wireguard-openbsd-b289422401f3a29ba0a3cb3663e722182e7686c0.zip |
Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millert
-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, |