[PATCH v3] [RFC] arm: use PSCI if available
From: Nicolas Pitre <hidden>
Date: 2013-03-28 14:51:15
Also in:
lkml, xen-devel
From: Nicolas Pitre <hidden>
Date: 2013-03-28 14:51:15
Also in:
lkml, xen-devel
On Thu, 28 Mar 2013, Stefano Stabellini wrote:
- the interface to bring up secondary cpus is different and based on PSCI, in fact Xen is going to add a PSCI node to the device tree so that Dom0 can use it. Oh wait, Dom0 is not going to use the PSCI interface even if the node is present on device tree because it's going to prefer the platform smp_ops instead.
Waitaminute... I must have missed this part. Who said platform specific methods must be used in preference to PSCI? If DT does provide PSCI description, then PSCI should be used. Doing otherwise is senseless. If PSCI is not to be used, then it should not be present in DT. Nicolas