]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uprobes/powerpc: Add dependency on single step emulation
authorSuzuki K. Poulose <suzuki@in.ibm.com>
Mon, 7 Jan 2013 00:26:57 +0000 (00:26 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:38 +0000 (05:38 -0800)
commit130d20b07b543f46f87ffc2b9bd1685b3bcbdbeb
tree47e60382b83fc2fc9e4264c4730f4f72311e8b48
parentba16f36f25b9c2fd8b51477256f9a5698de2581b
uprobes/powerpc: Add dependency on single step emulation

commit 5e249d4528528c9a77da051a89ec7f99d31b83eb upstream.

Uprobes uses emulate_step in sstep.c, but we haven't explicitly specified
the dependency. On pseries HAVE_HW_BREAKPOINT protects us, but 44x has no
such luxury.

Consolidate other users that depend on sstep and create a new config option.

Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Suzuki K. Poulose <suzuki@in.ibm.com>
Cc: linuxppc-dev@ozlabs.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/Kconfig
arch/powerpc/lib/Makefile