On 30 June 2011 06:52, Jean-Christophe PLAGNIOL-VILLARD
<plagnioj at jcrosoft.com> wrote:
>> +void __noreturn reset_cpu(ulong addr)
>> +{
>> + mips_machine_restart();
>> +}
>> +EXPORT_SYMBOL(reset_cpu);
> no need of this manage it at machine level
I have made reset_cpu() per-machine function.
--
Best regards,
Antony Pavlov