[Xen-devel] [PATCH] [Exynos] Fix to be error handled when 10ms delayed for cpu_on

2016-10-05 Thread JEUNGWOO, YOO
From: casionwoo Comment of origin code said "wait max 10 ms until cpu is on" Origin code expects to print "CPU%d power enable failed", if cpu do not on until 10ms But actual code do not reach to print even it wait 10 ms (actually it waits 11ms not 10ms) Because the comparing is like bellow "if

Re: [Xen-devel] [PATCH] [Exynos] Fix to be error handled when 10ms delayed for cpu_on

2016-10-04 Thread Julien Grall
Hello, On 04/10/2016 04:04, JEUNGWOO, YOO wrote: From: casionwoo The "from" should match the signed-off-by below. Comment of origin code said "wait max 10 ms until cpu is on" Origin code expects to print "CPU%d power enable failed", if cpu do not on until 10ms But actual code do not reach

Re: [Xen-devel] [PATCH] [Exynos] Fix to be error handled when 10ms delayed for cpu_on

2016-10-04 Thread Stefano Stabellini
On Tue, 4 Oct 2016, JEUNGWOO, YOO wrote: > From: casionwoo > > Comment of origin code said "wait max 10 ms until cpu is on" > Origin code expects to print "CPU%d power enable failed", if cpu do not on > until 10ms > But actual code do not reach to print even it wait 10 ms (actually it waits > 1