summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_module.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-12-30 02:39:47 +0000
committerimp <imp@FreeBSD.org>2014-12-30 02:39:47 +0000
commite0fda903357d83d6014550a5f718916ae6fd899a (patch)
treea41d5b6d074826c8deced1e64b4b024cade66a43 /sys/kern/subr_module.c
parentf5eedde8c0831e3420e78c0eb482113ce4acc2dc (diff)
downloadFreeBSD-src-e0fda903357d83d6014550a5f718916ae6fd899a.zip
FreeBSD-src-e0fda903357d83d6014550a5f718916ae6fd899a.tar.gz
Turns out, this isn't only called from i386...
Diffstat (limited to 'sys/kern/subr_module.c')
-rw-r--r--sys/kern/subr_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_module.c b/sys/kern/subr_module.c
index 2485c94..a93c80e 100644
--- a/sys/kern/subr_module.c
+++ b/sys/kern/subr_module.c
@@ -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)
{
OpenPOWER on IntegriCloud