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) { _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"