commit | ffb1e275a67cfeb957d0d0df2ec1f0999e321f69 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Thu Oct 20 15:56:48 2016 +1100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Fri Oct 28 09:38:26 2016 +1100 |
tree | 2a2e147400798681a204cab9a0297c11a69b193e | |
parent | 3f5dabceba246e502555a9046b98174d7548e696 [diff] |
pseries: Move /event-sources construction to spapr_build_fdt() The /event-sources device tree node is built from spapr_create_fdt_skel(). As part of consolidating device tree construction to reset time, this moves it to spapr_build_fdt(). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>