Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2005 20:16:41 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_machdep.c
Message-ID:  <200501142016.j0EKGfJV001720@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-01-14 20:16:41 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      vm_machdep.c 
    sys/i386/i386        vm_machdep.c 
  Log:
  Remove redundant code to drop per-thread debug register state from
  cpu_exit() as this is already performed in cpu_thread_exit() and the
  debug state is per-thread rather than per-process.
  
  Revision  Changes    Path
  1.243     +0 -7      src/sys/amd64/amd64/vm_machdep.c
  1.250     +1 -7      src/sys/i386/i386/vm_machdep.c



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