Re: [PATCH] powerpc/xmon: Cleanup the breakpoint flags

2014-12-01 Thread Anshuman Khandual
On 12/01/2014 11:25 AM, Michael Ellerman wrote: Drop BP_IABR_TE, which though used, does not do anything useful. Rename BP_IABR to BP_CIABR. Renumber the flags. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- arch/powerpc/xmon/xmon.c | 19 +-- 1 file changed, 9

[PATCH] powerpc/xmon: Cleanup the breakpoint flags

2014-11-30 Thread Michael Ellerman
Drop BP_IABR_TE, which though used, does not do anything useful. Rename BP_IABR to BP_CIABR. Renumber the flags. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- arch/powerpc/xmon/xmon.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) This is on top of