Documentation: arm: Replace use of virt_to_phys with __pa_symbol
commit7673f5b14f6b28416ff3f4ed28bf97db7dc21546
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jul 2017 13:39:28 +0000 (17 15:39 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 19:43:58 +0000 (17 13:43 -0600)
treea60c9afcc5197efadc4c5651b5d099f48964cb84
parent6e322a17fbe574a1558abab10bb89205031ec921
Documentation: arm: Replace use of virt_to_phys with __pa_symbol

All low-level PM/SMP code using virt_to_phys() should actually use
__pa_symbol() against kernel symbols.  Update the documentation to move
away from virt_to_phys().

Cfr. commit 6996cbb2372189f7 ("ARM: 8641/1: treewide: Replace uses of
virt_to_phys with __pa_symbol")

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/arm/firmware.txt