]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Apr 2013 19:51:08 +0000 (12:51 -0700)
commitd2c298eb24fe580153f1e122bb6da1bfdd798c59
tree7643dc26b6e660a3349bff44ee723fe29e436a0b
parent2396403a0402caf7b9decbc5d206fa63ba62b6b7
powerpc: add a missing label in resume_kernel

commit d8b92292408831d86ff7b781e66bf79301934b99 upstream.

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>
Acked-By: Tiejun Chen <tiejun.chen@windriver.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/entry_64.S