[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] xen/build: Remove left over -DMAX_PHYS_IRQS
commit c4b31162aba4c0c4a057472f193971aac4db3fd0 Author: Anthony PERARD <anthony.perard@xxxxxxxxx> AuthorDate: Fri Jan 17 10:53:47 2020 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Fri Jan 24 15:16:23 2020 +0000 xen/build: Remove left over -DMAX_PHYS_IRQS 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.perard@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/Rules.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/Rules.mk b/xen/Rules.mk index 2f4e6f3d96..8dc044a357 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -70,10 +70,6 @@ ifneq ($(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) -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |