diff options
Diffstat (limited to 'arch/arm/kernel/hw_breakpoint.c')
-rw-r--r-- | arch/arm/kernel/hw_breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c index 7fc70ae21185..dc7d0a95bd36 100644 --- a/arch/arm/kernel/hw_breakpoint.c +++ b/arch/arm/kernel/hw_breakpoint.c | |||
@@ -648,7 +648,7 @@ int arch_validate_hwbkpt_settings(struct perf_event *bp) | |||
648 | * Per-cpu breakpoints are not supported by our stepping | 648 | * Per-cpu breakpoints are not supported by our stepping |
649 | * mechanism. | 649 | * mechanism. |
650 | */ | 650 | */ |
651 | if (!bp->hw.bp_target) | 651 | if (!bp->hw.target) |
652 | return -EINVAL; | 652 | return -EINVAL; |
653 | 653 | ||
654 | /* | 654 | /* |