PERFORCE change 67549 for review

John Baldwin jhb at FreeBSD.org
Wed Dec 22 12:21:55 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=67549

Change 67549 by jhb at 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);
 
 /*


More information about the p4-projects mailing list