commit | c2d3bffebc2cb651ed33abae2434f85cd503a498 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 17 21:49:58 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Jul 21 14:18:15 2006 -0700 |
tree | 2e9d456da9b1dc7437edca0dcb6b7069f24ed5ae | |
parent | 2f72ba43581890d003427053ebe4dfaa14e5f4b0 [diff] |
[SPARC]: Simplify and correct __cpu_find_by() By using for_each_node_by_type(). Also, correct a spurioud test in check_cpu_node() on sparc64. It is only called with nodes that have device_type "cpu". Signed-off-by: David S. Miller <davem@davemloft.net>