MFi386: revision 1.650

Eliminate an unused parameter.
This commit is contained in:
Yoshihiro Takahashi 2007-03-18 03:25:40 +00:00
parent 9a2fd584b4
commit c47456c322
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167673

View File

@ -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.