]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: add a missing label in resume_kernel
authorKevin Hao <haokexin@gmail.com>
Tue, 9 Apr 2013 22:31:24 +0000 (22:31 +0000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 15 Apr 2013 07:29:48 +0000 (17:29 +1000)
commitd8b92292408831d86ff7b781e66bf79301934b99
treef972fee77dac6e501f8f05da541121018feb0694
parent05e38e5d5d437c762c79428ae8434632a8ca2c5e
powerpc: add a missing label in resume_kernel

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 <haokexin@gmail.com>
Cc: stable@vger.kernel.org
Acked-By: Tiejun Chen <tiejun.chen@windriver.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/kernel/entry_64.S