PERFORCE change 70515 for review

John Baldwin jhb at FreeBSD.org
Mon Feb 7 08:53:18 PST 2005


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

Change 70515 by jhb at jhb_slimer on 2005/02/07 16:52:24

	Ooops, fix UP kernels in this branch by including spurious_int in
	all kernels.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/apic_vector.s#11 edit
.. //depot/projects/smpng/sys/i386/i386/exception.s#22 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/apic_vector.s#11 (text+ko) ====

@@ -107,6 +107,8 @@
 
 	iret
 
+#ifdef DEV_APIC
+
 	ISR_VEC(1, apic_isr1)
 	ISR_VEC(2, apic_isr2)
 	ISR_VEC(3, apic_isr3)
@@ -357,3 +359,4 @@
 	POP_FRAME
 	iret
 #endif /* SMP */
+#endif /* DEV_APIC */
==== //depot/projects/smpng/sys/i386/i386/exception.s#22 (text+ko) ====

@@ -234,14 +234,12 @@
 
 #include <i386/isa/atpic_vector.s>
 
-#ifdef DEV_APIC
 	.data
 	.p2align 4
 	.text
 	SUPERALIGN_TEXT
 
 #include <i386/i386/apic_vector.s>
-#endif
 
 	.data
 	.p2align 4


More information about the p4-projects mailing list