svn commit: r320006 - head/sys/arm/arm

Zbigniew Bodek zbb at FreeBSD.org
Fri Jun 16 17:31:58 UTC 2017


Author: zbb
Date: Fri Jun 16 17:31:56 2017
New Revision: 320006
URL: https://svnweb.freebsd.org/changeset/base/320006

Log:
  Revert change to description introduced in r320002
  
  Currently some ARM platforms implement their own platform_probe_and_attach()
  function and other use common routine that calls platform's PLATFORM_ATTACH
  method.
  Keep the old description to match the preferred way of naming things.
  
  Pointed out by: andrew

Modified:
  head/sys/arm/arm/pmap-v6.c

Modified: head/sys/arm/arm/pmap-v6.c
==============================================================================
--- head/sys/arm/arm/pmap-v6.c	Fri Jun 16 17:18:29 2017	(r320005)
+++ head/sys/arm/arm/pmap-v6.c	Fri Jun 16 17:31:56 2017	(r320006)
@@ -508,7 +508,7 @@ pmap_set_tex(void)
  * Usage rules:
  * - it shall be called after pmap_bootstrap_prepare() and before
  *   cpu_mp_start() (thus only on boot CPU). In practice, it's expected
- *   to be called from platform_probe_and_attach() or platform_late_init().
+ *   to be called from platform_attach() or platform_late_init().
  *
  * - if remapping doesn't change caching mode, or until uncached class
  *   is remapped to any kind of cached one, then no other restriction exists.


More information about the svn-src-all mailing list