Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2003 09:52:19 -0700 (PDT)
From:      "Brian S. Dean" <bsd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 vm_machdep.c
Message-ID:  <200307061652.h66GqJMp060956@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bsd         2003/07/06 09:52:19 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  Don't unconditionally reset the hardware debug registers in cpu_exit(),
  reset them only if they were previously in use.  Unconditionally
  resetting the registers wipes them out frequently, which interferes
  with their use for kernel debugging.
  
  While I'm here, be less verbose in the associated comment of a
  neighboring function.
  
  Noticed by:     bde
  
  Revision  Changes    Path
  1.212     +6 -4      src/sys/i386/i386/vm_machdep.c



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