]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
SH: use for_each_of_cpu_node iterator
authorRob Herring <robh@kernel.org>
Mon, 27 Aug 2018 14:43:40 +0000 (09:43 -0500)
committerRob Herring <robh@kernel.org>
Fri, 28 Sep 2018 19:25:58 +0000 (14:25 -0500)
commit8cabf5bc10499cbce8ed8f377b7c978717e3952c
tree7c8a7ee515ae110eef8e9704b453483707df9561
parent38959a091e4a79efcd693a19cf589997c6b39d3b
SH: 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: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
arch/sh/boards/of-generic.c