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 >> cpu_proc_fin() call. >> >> Comme

Re: Reboot call fails in cpu_v7_proc_fin()

2012-08-14 Thread Dirk Behme
On 15.08.2012 07:59, 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 cpu_proc_fin() call. Commenting out this line of code, the reboot works properly. Index: mvlinux/arch/arm/mm/proc-v7.S ==

Re: Reboot call fails in cpu_v7_proc_fin()

2012-08-14 Thread Tushar Behera
On 08/15/2012 11:05 AM, Koteswararao Nelakurthi wrote: > 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 > =