Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2011-11-08 Thread Scott Wood
day, November 05, 2011 1:34 AM >> To: Zhao Chenhui-B35336 >> Cc: linuxppc-dev@lists.ozlabs.org >> Subject: Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by >> KEXEC patch >> >> On 11/04/2011 07:29 AM, Zhao Chenhui wrote: >>> From: Li Yang

RE: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2011-11-08 Thread Li Yang-R58472
-dev@lists.ozlabs.org >Subject: Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by >KEXEC patch > >On 11/04/2011 07:29 AM, Zhao Chenhui wrote: >> From: Li Yang >> >> The timebase sync is not only necessary when using KEXEC. It should also >> be used by

Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2011-11-04 Thread Scott Wood
On 11/04/2011 02:33 PM, Kumar Gala wrote: > > On Nov 4, 2011, at 12:33 PM, Scott Wood wrote: > >> On 11/04/2011 07:29 AM, Zhao Chenhui wrote: >>> From: Li Yang >>> >>> The timebase sync is not only necessary when using KEXEC. It should also >>> be used by normal boot up and cpu hotplug. Remove t

Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2011-11-04 Thread Kumar Gala
On Nov 4, 2011, at 12:33 PM, Scott Wood wrote: > On 11/04/2011 07:29 AM, Zhao Chenhui wrote: >> From: Li Yang >> >> The timebase sync is not only necessary when using KEXEC. It should also >> be used by normal boot up and cpu hotplug. Remove the ifdef added by >> the KEXEC patch. > > The KEXEC

Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2011-11-04 Thread Scott Wood
On 11/04/2011 07:29 AM, Zhao Chenhui wrote: > From: Li Yang > > The timebase sync is not only necessary when using KEXEC. It should also > be used by normal boot up and cpu hotplug. Remove the ifdef added by > the KEXEC patch. The KEXEC patch didn't just add the ifdef, it also added the initiali

[PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2011-11-04 Thread Zhao Chenhui
From: Li Yang The timebase sync is not only necessary when using KEXEC. It should also be used by normal boot up and cpu hotplug. Remove the ifdef added by the KEXEC patch. Signed-off-by: Jin Qing Signed-off-by: Li Yang --- arch/powerpc/platforms/85xx/smp.c |2 -- 1 files changed, 0 inser

Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2010-12-03 Thread Li Yang
On Sat, Dec 4, 2010 at 12:40 AM, Kumar Gala wrote: > > On Dec 3, 2010, at 6:34 AM, Li Yang wrote: > >> The timebase sync is not only necessary when using KEXEC.  It should also >> be used by normal boot up and cpu hotplug.  Remove the ifdef added by >> the KEXEC patch.  Fix a problem that cpu hotp

Re: [PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2010-12-03 Thread Kumar Gala
On Dec 3, 2010, at 6:34 AM, Li Yang wrote: > The timebase sync is not only necessary when using KEXEC. It should also > be used by normal boot up and cpu hotplug. Remove the ifdef added by > the KEXEC patch. Fix a problem that cpu hotplugging freezes the whole system. > > Signed-off-by: Jin Q

[PATCH 1/7] powerpc/85xx: re-enable timebase sync disabled by KEXEC patch

2010-12-03 Thread Li Yang
The timebase sync is not only necessary when using KEXEC. It should also be used by normal boot up and cpu hotplug. Remove the ifdef added by the KEXEC patch. Fix a problem that cpu hotplugging freezes the whole system. Signed-off-by: Jin Qing Singed-off-by: Li Yang --- arch/powerpc/platform