commit | aff0153b1edb5b4efaba0299d688444d447b0c36 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Sep 08 13:46:46 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Sep 08 13:47:18 2009 -0500 |
tree | 9636a9be13dcf857a371df20c837ecf1c899e2a7 | |
parent | 36a6843875f9f175b5d2c002e3b19718b45cbd56 [diff] |
ppc/85xx: Clean up do_reset There is no reason to do a run time check for e500 v1 based cores to determine if we have the GUTs RSTCR facility. Only the first generation of PQ3 parts (MPC8540/41/55/60) do not have it. So checking to see if we are e500 v2 would miss future parts (like e500mc). Just change this to be ifdef'd based on CONFIG_MPC85{40,41,55,60}. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>