ree 52f7eb9eeb3dbf7e82b8b86b30d6056ee5109c7e parent a6f1063b388cfd48a598cc7971eae1f83ebc8ba4 author Lennert Buytenhek 1130874265 +0000 committer Russell King 1130874265 +0000 [ARM] 3063/1: allow slave ixp2000 cpu reset Patch from Lennert Buytenhek On the ixdp2x00, the slave CPU is currently not allowed to reset itself for fear that it will do something 'funky' on the PCI bus. This fear is ungrounded -- the slave CPU is wired up such that a CPU reset will not cause a PCI bus reset to be done. This patch changes arch_reset() so that the slave CPU also executes the reset sequence, allowing it to reboot itself using /sbin/reboot. Signed-off-by: Lennert Buytenhek Signed-off-by: Deepak Saxena Signed-off-by: Russell King Í