diff options
Diffstat (limited to 'arch/powerpc/include/asm/hw_breakpoint.h')
| -rw-r--r-- | arch/powerpc/include/asm/hw_breakpoint.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hw_breakpoint.h b/arch/powerpc/include/asm/hw_breakpoint.h index 84d39fd42f71..66db0147d5b4 100644 --- a/arch/powerpc/include/asm/hw_breakpoint.h +++ b/arch/powerpc/include/asm/hw_breakpoint.h @@ -18,6 +18,7 @@ struct arch_hw_breakpoint {  	u16		len; /* length of the target data symbol */  	u16		hw_len; /* length programmed in hw */  	u8		flags; +	bool		perf_single_step; /* temporarily uninstalled for a perf single step */  };  /* Note: Don't change the first 6 bits below as they are in the same order  |