aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2007-03-18 03:25:40 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2007-03-18 03:25:40 +0000
commitc47456c3228afaeabe793aa09d6d4ce2c9670025 (patch)
tree1f081e63b56c906d6d6a1da3ddce2275798af091 /sys/pc98
parent9a2fd584b4c8a589456963d89049f873013889b0 (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index ce95116aeb7d..ce780206ff2e 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -1729,7 +1729,7 @@ getmemsize(int first)
}
/* call pmap initialization to make new kernel address space */
- pmap_bootstrap(first, 0);
+ pmap_bootstrap(first);
/*
* Size up each available chunk of physical memory.