cvs commit: src/sys/i386/i386 mpapic.c src/sys/i386/include apic.h

John Baldwin jhb at FreeBSD.org
Wed Jul 23 11:59:39 PDT 2003


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


More information about the cvs-src mailing list