linux/arch/powerpc/lib
Suzuki K. Poulose 5e249d4528 uprobes/powerpc: Add dependency on single step emulation
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
Cc: stable@vger.kernel.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2013-01-29 11:35:06 +11:00
..
Makefile uprobes/powerpc: Add dependency on single step emulation 2013-01-29 11:35:06 +11:00
alloc.c
checksum_32.S
checksum_64.S
checksum_wrappers_64.c
code-patching.c powerpc: Don't use __put_user() in patch_instruction 2012-09-05 16:05:23 +10:00
copy_32.S
copypage_64.S
copypage_power7.S
copyuser_64.S
copyuser_power7.S powerpc: Fix VMX in interrupt check in POWER7 copy loops 2012-08-24 20:26:09 +10:00
crtsavres.S powerpc: Put the gpr save/restore functions in their own section 2012-07-11 14:19:59 +10:00
devres.c
div64.S
feature-fixups-test.S
feature-fixups.c
hweight_64.S
ldstfp.S powerpc: Fixes for instructions not using correct register naming 2012-07-10 19:18:16 +10:00
locks.c
mem_64.S
memcpy_64.S
memcpy_power7.S powerpc: Fix VMX fix for memcpy case 2012-10-04 18:02:43 +10:00
rheap.c
sstep.c powerpc/kprobe: Don't emulate store when kprobe stwu r1 2012-09-18 15:32:45 +10:00
string.S
string_64.S
usercopy_64.c
vmx-helper.c