Re: [PATCH] powerpc: add a missing label in resume_kernel

2013-04-10 Thread tiejun.chen
On 04/10/2013 04:31 PM, Kevin Hao wrote: A label 0 was missed in the patch a9c4e541 (powerpc/kprobe: Complete kprobe and migrate exception frame). This will cause the kernel branch to an undetermined address if there really has a conflict when updating the thread flags. Signed-off-by: Kevin Hao

[PATCH] powerpc: add a missing label in resume_kernel

2013-04-10 Thread Kevin Hao
A label 0 was missed in the patch a9c4e541 (powerpc/kprobe: Complete kprobe and migrate exception frame). This will cause the kernel branch to an undetermined address if there really has a conflict when updating the thread flags. Signed-off-by: Kevin Hao Cc: sta...@vger.kernel.org --- arch/power