From 9e1e41c44782741c727688a19e5624d039b0de7e Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Fri, 30 Aug 2019 11:16:06 -0700 Subject: xtensa: clean up PS_WOE_BIT usage PS_WOE_BIT is mainly used to generate PS.WOE mask in the code. Introduce PS_WOE_MASK macro and use it instead. Signed-off-by: Max Filippov --- arch/xtensa/include/asm/regs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/xtensa/include/asm/regs.h') diff --git a/arch/xtensa/include/asm/regs.h b/arch/xtensa/include/asm/regs.h index 477594e5817f..ce184e7dee91 100644 --- a/arch/xtensa/include/asm/regs.h +++ b/arch/xtensa/include/asm/regs.h @@ -81,6 +81,7 @@ /* PS register fields. */ #define PS_WOE_BIT 18 +#define PS_WOE_MASK 0x00040000 #define PS_CALLINC_SHIFT 16 #define PS_CALLINC_MASK 0x00030000 #define PS_OWB_SHIFT 8 -- cgit v1.2.3