Re: [PATCH] init: Don't decrease loops_per_jiffy when a CPU comes up

2014-05-13 Thread Doug Anderson
Paul, On Fri, May 9, 2014 at 9:03 AM, Paul Gortmaker wrote: > On 14-05-07 07:50 PM, Doug Anderson wrote: >> The loops_per_jiffy count continues to be updated as each CPU is >> brought up. This causes problems when we've got an HMP system and >> different CPUs have different loops per jiffy. On

Re: [PATCH] init: Don't decrease loops_per_jiffy when a CPU comes up

2014-05-13 Thread Doug Anderson
Paul, On Fri, May 9, 2014 at 9:03 AM, Paul Gortmaker paul.gortma...@windriver.com wrote: On 14-05-07 07:50 PM, Doug Anderson wrote: The loops_per_jiffy count continues to be updated as each CPU is brought up. This causes problems when we've got an HMP system and different CPUs have different

Re: [PATCH] init: Don't decrease loops_per_jiffy when a CPU comes up

2014-05-09 Thread Paul Gortmaker
On 14-05-07 07:50 PM, Doug Anderson wrote: > The loops_per_jiffy count continues to be updated as each CPU is > brought up. This causes problems when we've got an HMP system and > different CPUs have different loops per jiffy. On exynos 542x > systems, for instance, the A7s will have

Re: [PATCH] init: Don't decrease loops_per_jiffy when a CPU comes up

2014-05-09 Thread Paul Gortmaker
On 14-05-07 07:50 PM, Doug Anderson wrote: The loops_per_jiffy count continues to be updated as each CPU is brought up. This causes problems when we've got an HMP system and different CPUs have different loops per jiffy. On exynos 542x systems, for instance, the A7s will have significantly

[PATCH] init: Don't decrease loops_per_jiffy when a CPU comes up

2014-05-07 Thread Doug Anderson
The loops_per_jiffy count continues to be updated as each CPU is brought up. This causes problems when we've got an HMP system and different CPUs have different loops per jiffy. On exynos 542x systems, for instance, the A7s will have significantly lower loops per jiffy than their big brothers.

[PATCH] init: Don't decrease loops_per_jiffy when a CPU comes up

2014-05-07 Thread Doug Anderson
The loops_per_jiffy count continues to be updated as each CPU is brought up. This causes problems when we've got an HMP system and different CPUs have different loops per jiffy. On exynos 542x systems, for instance, the A7s will have significantly lower loops per jiffy than their big brothers.