Date: Wed, 23 Jul 2003 11:59:38 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpapic.c src/sys/i386/include apic.h Message-ID: <200307231859.h6NIxcJY019780@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/07/23 11:59:38 PDT FreeBSD src repository Modified files: sys/i386/i386 mpapic.c sys/i386/include apic.h Log: Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved fields in the low 32 bits of the local APIC ICR register. Use this macro in place of APIC_RESV2_MASK when masking off existing bits from the ICR when writing to it to send an IPI. Tested by: scottl Revision Changes Path 1.63 +2 -2 src/sys/i386/i386/mpapic.c 1.22 +1 -0 src/sys/i386/include/apic.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307231859.h6NIxcJY019780>