Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2010 13:17:45 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c
Message-ID:  <201006241317.o5ODHwDx012656@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-06-24 13:17:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/amd64/amd64      io_apic.c 
    sys/i386/i386        io_apic.c 
  Log:
  SVN rev 209506 on 2010-06-24 13:17:45Z by jhb
  
  MFC 208915,208991:
  - Use a bit more care when moving I/O APIC interrupts between CPUs.  Mask
    the interrupt followed by a brief delay if it is not currently masked
    before moving the interrupt.
  - Move the icu_lock out of ioapic_program_intpin() and into callers.  This
    closes a race where ioapic_program_intpin() could use a stale value of
    the masked state to compute the masked bit in the register.
  
  Revision  Changes    Path
  1.35.2.2  +22 -4     src/sys/amd64/amd64/io_apic.c
  1.39.2.2  +22 -4     src/sys/i386/i386/io_apic.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006241317.o5ODHwDx012656>