mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
powerpc/xmon: Fix data-breakpoint
am: fccb22e7d5
Change-Id: I620aa92e95857e84cdb7b27a5b2fd0ca01205203
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user