Date: Mon, 7 Feb 2005 16:53:17 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 70515 for review Message-ID: <200502071653.j17GrH2Y026530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=70515 Change 70515 by jhb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502071653.j17GrH2Y026530>