From aa712e7e731b7794ce1ae49f8aab89960fa143e3 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sun, 11 Dec 2011 03:15:54 +0100 Subject: [PATCH] IS: unbreak F6 --- servers/is/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/servers/is/Makefile b/servers/is/Makefile index ec4976a0a..92c22e21f 100644 --- a/servers/is/Makefile +++ b/servers/is/Makefile @@ -23,4 +23,9 @@ CFLAGS+= -D_USEAVFS CFLAGS+= -D_USEVFS .endif +# This setting must match the kernel's, as it affects the IRQ hooks table size. +.if ${USE_APIC} != "no" +CFLAGS+= -DUSE_APIC +.endif + .include -- 2.44.0