commit | 336c3c2ec7e24bdf01c8f0c311ac7081b1f73d72 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat Feb 17 09:10:44 2007 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Sat Feb 17 09:10:44 2007 -0600 |
tree | 516683b63acb2e8c5e7a6541ff2fce3496a33457 | |
parent | 6624b35d6250632497c5943faa2ee2a91344d91c [diff] |
[POWERPC] 83xx: Cleaning up machine probing and board initcalls Cleaned up the probing functionality to be more consistent across all 83xx boards and added machine_is() protection around board initcalls to ensure they only do something if we are actually running on that board. Additionally, removed some dead code on mpc832x_mds. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>