Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2010 16:49:20 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 cpu_switch.S
Message-ID:  <201007291649.o6TGnXxP002037@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-07-29 16:49:20 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      cpu_switch.S 
  Log:
  SVN rev 210615 on 2010-07-29 16:49:20Z by jkim
  
  Fix another fallout from r208833.  savectx() is used to save CPU context
  for crash dump (dumppcb) and kdb (stoppcbs).  For both cases, there cannot
  have a valid pointer in pcb_save.  This should restore the previous
  behaviour.
  
  Revision  Changes    Path
  1.175     +1 -1      src/sys/amd64/amd64/cpu_switch.S



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