diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-03-18 03:25:40 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-03-18 03:25:40 +0000 |
| commit | c47456c3228afaeabe793aa09d6d4ce2c9670025 (patch) | |
| tree | 1f081e63b56c906d6d6a1da3ddce2275798af091 /sys/pc98 | |
| parent | 9a2fd584b4c8a589456963d89049f873013889b0 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
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. |
