commit | 82677ed2f5d700d2344689bea30d75887f9a8cf4 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Fri May 23 12:26:55 2014 +1000 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:37 2014 +0200 |
tree | 7189ab7215e34436669fe027e28d3f9d9e89fb96 | |
parent | 2a6593cb6a2d72c8c29e14f89413089fa5d38501 [diff] |
spapr: Rework spapr_fixup_cpu_dt() In PPC code we usually use the "cs" name for a CPUState* variables and "cpu" for PowerPCCPU. So let's change spapr_fixup_cpu_dt() to use same rules as spapr_create_fdt_skel() does. This adds missing nodes creation if they do not already exist in the current device tree, this is going to be used from the client-architecture-support handler. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Alexander Graf <agraf@suse.de>