Re: [PATCH v7 2/5] xen/arm: remove unused defines in

2023-03-09 Thread Jan Beulich
On 09.03.2023 14:33, Oleksii Kurochko wrote:
> The following defines BUG_DISP_WIDTH, BUG_LINE_LO_WIDTH,
> BUG_LINE_HI_WIDTH aren't used in ARM so could be purged
> as unused.

Requested-by: Jan Beulich 
or (but it's not really a bug)
Reported-by: Jan Beulich 

> Signed-off-by: Oleksii Kurochko 

Reviewed-by: Jan Beulich 




[PATCH v7 2/5] xen/arm: remove unused defines in

2023-03-09 Thread Oleksii Kurochko
The following defines BUG_DISP_WIDTH, BUG_LINE_LO_WIDTH,
BUG_LINE_HI_WIDTH aren't used in ARM so could be purged
as unused.

Signed-off-by: Oleksii Kurochko 
---
 xen/arch/arm/include/asm/bug.h | 4 
 1 file changed, 4 deletions(-)

diff --git a/xen/arch/arm/include/asm/bug.h b/xen/arch/arm/include/asm/bug.h
index f4088d0913..d6c98505bf 100644
--- a/xen/arch/arm/include/asm/bug.h
+++ b/xen/arch/arm/include/asm/bug.h
@@ -9,10 +9,6 @@
 # error "unknown ARM variant"
 #endif
 
-#define BUG_DISP_WIDTH24
-#define BUG_LINE_LO_WIDTH (31 - BUG_DISP_WIDTH)
-#define BUG_LINE_HI_WIDTH (31 - BUG_DISP_WIDTH)
-
 struct bug_frame {
 signed int loc_disp;/* Relative address to the bug address */
 signed int file_disp;   /* Relative address to the filename */
-- 
2.39.2