svn commit: r276391 - head/sys/kern

Warner Losh imp at FreeBSD.org
Tue Dec 30 02:39:49 UTC 2014


Author: imp
Date: Tue Dec 30 02:39:47 2014
New Revision: 276391
URL: https://svnweb.freebsd.org/changeset/base/276391

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

Modified:
  head/sys/kern/subr_module.c

Modified: head/sys/kern/subr_module.c
==============================================================================
--- head/sys/kern/subr_module.c	Tue Dec 30 02:39:44 2014	(r276390)
+++ head/sys/kern/subr_module.c	Tue Dec 30 02:39:47 2014	(r276391)
@@ -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)
 {


More information about the svn-src-all mailing list