Turns out, this isn't only called from i386...

This commit is contained in:
Warner Losh 2014-12-30 02:39:47 +00:00
parent e9d2602ae6
commit 12d7eaa009
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276391

View File

@ -253,7 +253,7 @@ preload_fetch_size(caddr_t mod)
return (*mdp);
}
/* Called from locore on i386. Convert physical pointers to kvm. Sigh. */
/* Called from locore. Convert physical pointers to kvm. Sigh. */
void
preload_bootstrap_relocate(vm_offset_t offset)
{