mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Turns out, this isn't only called from i386...
This commit is contained in:
parent
e9d2602ae6
commit
12d7eaa009
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue