[POWERPC] 83xx: Cleaning up machine probing and board initcalls
authorKumar Gala <galak@kernel.crashing.org>
Sat, 17 Feb 2007 15:10:44 +0000 (09:10 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Sat, 17 Feb 2007 15:10:44 +0000 (09:10 -0600)
commit336c3c2ec7e24bdf01c8f0c311ac7081b1f73d72
tree516683b63acb2e8c5e7a6541ff2fce3496a33457
parent6624b35d6250632497c5943faa2ee2a91344d91c
[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>
arch/powerpc/platforms/83xx/mpc8313_rdb.c
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc834x_itx.c
arch/powerpc/platforms/83xx/mpc834x_mds.c
arch/powerpc/platforms/83xx/mpc8360e_pb.c