Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 00:27:58 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 support.s
Message-ID:  <200103240827.f2O8Rwd14570@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2001/03/24 00:27:58 PST

  Modified files:
    sys/i386/i386        support.s 
  Log:
  Fix a problem where we were switching npxproc from underneath processes
  running in process context in order to run interrupt handlers.  This
  caused a big smashing of the stack on AMD K6, K5 and Intel Pentium (ie, P5)
  processors because we are using npxproc as a flag to indicate whether
  the state has been pushed onto the stack.
  
  Submitted by:	bde
  
  Revision  Changes    Path
  1.81      +47 -1     src/sys/i386/i386/support.s


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?200103240827.f2O8Rwd14570>