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

2011-11-08 Thread Li Yang-R58472
: [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 le...@freescale.com 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

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

2011-11-08 Thread Scott Wood
-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 le...@freescale.com The timebase sync is not only necessary when using KEXEC. It should also be used

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

2011-11-04 Thread Zhao Chenhui
From: Li Yang le...@freescale.com 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 b24...@freescale.com Signed-off-by: Li Yang le...@freescale.com ---

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 le...@freescale.com 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

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 le...@freescale.com 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.

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 le...@freescale.com The timebase sync is not only necessary when using KEXEC. It should also be used by normal boot up and cpu hotplug.

[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 b24...@freescale.com Singed-off-by: Li Yang

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 Qing

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 ga...@kernel.crashing.org 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