Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2001 09:51:08 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 swtch.s
Message-ID:  <200105201651.f4KGp8m06945@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/05/20 09:51:08 PDT

  Modified files:
    sys/i386/i386        swtch.s 
  Log:
  Use a critical region to protect saving of the npx state in savectx().
  Not doing this was fairly harmless because savectx() is only called
  for panic dumps and the bug could at worse reset the state.
  
  savectx() is still missing saving of (volatile) debug registers, and
  still isn't called for core dumps.
  
  Revision  Changes    Path
  1.114     +5 -2      src/sys/i386/i386/swtch.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?200105201651.f4KGp8m06945>