Reboot call fails in cpu_v7_proc_fin()

2012-08-15 Thread Koteswararao Nelakurthi
Hi, While executing reboot call on my ARMv7 board, the system hangs during cpu_proc_fin() call. Commenting out this line of code, the reboot works properly. Index: mvlinux/arch/arm/mm/proc-v7.S === --- mvlinux.orig/arch/arm/mm/proc-

Re: Reboot call fails in cpu_v7_proc_fin()

2012-08-15 Thread Koteswararao Nelakurthi
Hi Tushar, Thanks for your valuable reply. Regards koteswararao. On Wed, Aug 15, 2012 at 2:59 PM, Tushar Behera wrote: > On 08/15/2012 11:05 AM, Koteswararao Nelakurthi wrote: >> Hi, >> >> While executing reboot call on my ARMv7 board, the system hangs during &

Reboot call fails in cpu_v7_proc_fin()

2012-08-15 Thread Koteswararao Nelakurthi
Hi, While executing reboot call on my ARMv7 board, the system hangs during cpu_proc_fin() call. Commenting out this line of code, the reboot works properly. Index: mvlinux/arch/arm/mm/proc-v7.S === --- mvlinux.orig/arch/arm/mm/proc-