X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Farm%2Fmach-iop32x%2Finclude%2Fmach%2Fsystem.h;h=4865a9bff85ed652d4adfab5b1451a5687c0923b;hp=a4b808fe0d817c77db50928f22e6a24018417a06;hb=a592f46075d79ff7348e624e7d871dca730e70f2;hpb=7cec2ef4a298605b010f1c80041de884e777ea67 diff --git a/arch/arm/mach-iop32x/include/mach/system.h b/arch/arm/mach-iop32x/include/mach/system.h index a4b808fe0d81..4865a9bff85e 100644 --- a/arch/arm/mach-iop32x/include/mach/system.h +++ b/arch/arm/mach-iop32x/include/mach/system.h @@ -30,5 +30,5 @@ static inline void arch_reset(char mode, const char *cmd) *IOP3XX_PCSR = 0x30; /* Jump into ROM at address 0 */ - cpu_reset(0); + soft_restart(0); }