PSCI: Do not flush cache when unneeded
authorAndrew F. Davis <afd@ti.com>
Thu, 30 Aug 2018 17:13:57 +0000 (12:13 -0500)
committerAndrew F. Davis <afd@ti.com>
Wed, 10 Oct 2018 18:07:56 +0000 (13:07 -0500)
commitf996a5f79f62e17ec3bbf0d0bda46d81ddf6fcb3
tree929f3b23038b829b4ba560143398727e2c0e134a
parentc98db6c6177ebb2afef1a94f36852dd58bc622a6
PSCI: Do not flush cache when unneeded

When a platform enables its caches before it accesses the
psci_non_cpu_pd_nodes structure then explicit cache maintenance
is not needed.

Signed-off-by: Andrew F. Davis <afd@ti.com>
lib/psci/psci_common.c