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
This commit is contained in:
parent
2fca7c9844
commit
f914f0a249
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user