commit | c348322ac7f76318295cf25ffab2cc2a4900a234 | [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 | 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e [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>