powerpc/xmon: Fix data-breakpoint

am: fccb22e7d5

Change-Id: I620aa92e95857e84cdb7b27a5b2fd0ca01205203
This commit is contained in:
Ravi Bangoria
2017-03-12 08:33:32 +00:00
committed by android-build-merger

View File

@@ -228,8 +228,10 @@ int hw_breakpoint_handler(struct die_args *args)
rcu_read_lock();
bp = __this_cpu_read(bp_per_reg);
if (!bp)
if (!bp) {
rc = NOTIFY_DONE;
goto out;
}
info = counter_arch_bp(bp);
/*