From: Anthony PERARD <anthony.per...@gmail.com> The use of MAX_PHYS_IRQS have been removed in cf5e6f2d3441 ("x86: eliminate hard-coded NR_IRQS"), so remove the left over CFLAGS.
Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> --- xen/Rules.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/Rules.mk b/xen/Rules.mk index fcdafd029342..22f25c5b2be8 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -71,10 +71,6 @@ ifneq ($(CONFIG_CC_IS_CLANG),y) CFLAGS += -Wa,--strip-local-absolute endif -ifneq ($(max_phys_irqs),) -CFLAGS-y += -DMAX_PHYS_IRQS=$(max_phys_irqs) -endif - AFLAGS-y += -D__ASSEMBLY__ ALL_OBJS := $(ALL_OBJS-y) -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel