Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 17:23:01 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 interrupt.c
Message-ID:  <200510301723.j9UHN1je057530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2005-10-30 17:23:01 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        interrupt.c 
  Log:
  Remove a stray return statement in the interrupt dispatch function
  that caused a premature exit after calling a fast interrupt handler
  and bypassing a much needed critical_exit() and the scheduling of
  the interrupt thread for non-fast handlers. In short: unbreak :-)
  
  Revision  Changes    Path
  1.53      +0 -1      src/sys/ia64/ia64/interrupt.c



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