Re: [PATCH] powerpc/xmon: Enable breakpoints on 8xx

2021-02-03 Thread Michael Ellerman
On Wed, 23 Dec 2020 09:38:48 + (UTC), Christophe Leroy wrote: > Since commit 4ad8622dc548 ("powerpc/8xx: Implement hw_breakpoint"), > 8xx has breakpoints so there is no reason to opt breakpoint logic > out of xmon for the 8xx. Applied to powerpc/next. [1/1] powerpc/xmon: Enable breakpoints on

[PATCH] powerpc/xmon: Enable breakpoints on 8xx

2020-12-23 Thread Christophe Leroy
Since commit 4ad8622dc548 ("powerpc/8xx: Implement hw_breakpoint"), 8xx has breakpoints so there is no reason to opt breakpoint logic out of xmon for the 8xx. Signed-off-by: Christophe Leroy Fixes: 4ad8622dc548 ("powerpc/8xx: Implement hw_breakpoint") --- arch/powerpc/xmon/xmon.c | 4 1 fil