Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 02:24:00 -0800 (PST)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 interrupt.c
Message-ID:  <200203141024.g2EAO0o30984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2002/03/14 02:24:00 PST

  Modified files:
    sys/ia64/ia64        interrupt.c 
  Log:
  * Add some KTR messages for IPIs.
  * Don't call ast() from interrupt() - if we switch, then we will miss
    writing cr.eoi which will prevent the current cpu from receiving
    interrupts until the current thread is resumed. The call to ast()
    happens magically in exception_restore where it is safe.
  * Add DDB 'show irq' command to examine interrupt hardware state.
  
  Revision  Changes    Path
  1.22      +35 -3     src/sys/ia64/ia64/interrupt.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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