Date: Wed, 22 Dec 2004 20:21:53 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 67549 for review Message-ID: <200412222021.iBMKLrdH068612@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67549 Change 67549 by jhb@jhb_twclab on 2004/12/22 20:20:53 APIC_CLOCK_INTS isn't the start of the last vector set anymore. Affected files ... .. //depot/projects/smpng/sys/i386/i386/local_apic.c#19 edit Differences ... ==== //depot/projects/smpng/sys/i386/i386/local_apic.c#19 (text+ko) ==== @@ -60,8 +60,8 @@ #define MAX_APICID 16 /* Sanity checks on IDT vectors. */ -CTASSERT(APIC_IO_INTS + APIC_NUM_IOINTS == APIC_CLOCK_INTS); -CTASSERT(APIC_CLOCK_INTS == 240); +CTASSERT(APIC_IO_INTS + APIC_NUM_IOINTS == APIC_LOCAL_INTS); +CTASSERT(APIC_LOCAL_INTS == 240); CTASSERT(IPI_STOP < APIC_SPURIOUS_INT); /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412222021.iBMKLrdH068612>