summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2017-06-16 17:31:56 +0000
committerLuiz Souza <luiz@netgate.com>2017-09-06 13:44:39 -0500
commit834928bd7e368315bb5304edeafe51dd6412183e (patch)
treef5d9a0615e26c8f761589546293de15988e7e9f5 /sys/arm/arm
parentc152b8d88c07d09d2340e914ddfe5cd6db6b39e6 (diff)
downloadFreeBSD-src-834928bd7e368315bb5304edeafe51dd6412183e.zip
FreeBSD-src-834928bd7e368315bb5304edeafe51dd6412183e.tar.gz
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 (cherry picked from commit f914f0a2493da296ffd18fba31afc1f58b99b17b)
Diffstat (limited to 'sys/arm/arm')
-rw-r--r--sys/arm/arm/pmap-v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/pmap-v6.c b/sys/arm/arm/pmap-v6.c
index 10fdf50..5f90af3 100644
--- a/sys/arm/arm/pmap-v6.c
+++ b/sys/arm/arm/pmap-v6.c
@@ -507,7 +507,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.
OpenPOWER on IntegriCloud