64,11 → 64,12 |
* Starts all CPUs represented by following siblings of the given node, |
* except for the current CPU. |
* |
* @param child the first child of the OFW tree node whose children represent |
* CPUs to be woken up |
* @param child The first child of the OFW tree node whose children |
* represent CPUs to be woken up. |
* @param current_mid MID of the current CPU, the current CPU will |
* (of course) not be woken up |
* @return number of CPUs which have the same parent node as "child" |
* (of course) not be woken up. |
* @return Number of CPUs which have the same parent node as |
* "child". |
*/ |
static int wake_cpus_in_node(phandle child, uint64_t current_mid) |
{ |