Re: [PATCH 2/3] x86/irq: use NR_ISA_IRQS instead of open-coded value

2025-03-17 Thread Jan Beulich
On 15.03.2025 02:00, dm...@proton.me wrote: > Replace the open-coded value 16 with the NR_ISA_IRQS symbol to enhance > readability. > > No functional changes. > > Signed-off-by: Denis Mukhin Reviewed-by: Jan Beulich

[PATCH 2/3] x86/irq: use NR_ISA_IRQS instead of open-coded value

2025-03-14 Thread dmkhn
Replace the open-coded value 16 with the NR_ISA_IRQS symbol to enhance readability. No functional changes. Signed-off-by: Denis Mukhin --- xen/arch/x86/hvm/dm.c | 2 +- xen/arch/x86/hvm/irq.c | 17 + xen/arch/x86/hvm/vpic.c| 4 ++-- xen/arch/x86/includ