Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2014 02:39:48 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276391 - head/sys/kern
Message-ID:  <201412300239.sBU2dmPc011260@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412300239.sBU2dmPc011260>