powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Introduce new parameter 'nr' to __set_breakpoint() which indicates which DAWR should be programed. Also convert current_brk variable to an array. Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Michael Neuling <mikey@neuling.org> Link: https://lore.kernel.org/r/20200514111741.97993-7-ravi.bangoria@linux.ibm.com
This commit is contained in:

committed by
Michael Ellerman

parent
a18b834625
commit
4a8a9379f2
@@ -954,7 +954,7 @@ static void insert_cpu_bpts(void)
|
||||
brk.address = dabr.address;
|
||||
brk.type = (dabr.enabled & HW_BRK_TYPE_DABR) | HW_BRK_TYPE_PRIV_ALL;
|
||||
brk.len = DABR_MAX_LEN;
|
||||
__set_breakpoint(&brk);
|
||||
__set_breakpoint(0, &brk);
|
||||
}
|
||||
|
||||
if (iabr)
|
||||
|
Reference in New Issue
Block a user