commit | 5a931a3c80b5fb0ad0004f016410a75ca1205959 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Aug 27 07:53:30 2018 -0500 |
committer | Rob Herring <robh@kernel.org> | Fri Sep 28 14:25:58 2018 -0500 |
tree | c3bf51854ef3d171f3fb6f98f8d35a2ffa92578a | |
parent | de76e70a8d4ea4518ec46dff2f92e2970af1d512 [diff] |
c6x: use for_each_of_cpu_node iterator Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This has the side effect of defaulting to iterating using "cpu" node names in preference to the deprecated (for FDT) device_type == "cpu". Cc: Mark Salter <msalter@redhat.com> Cc: Aurelien Jacquiot <jacquiot.aurelien@gmail.com> Cc: linux-c6x-dev@linux-c6x.org Signed-off-by: Rob Herring <robh@kernel.org>