cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_machdep.c

John Baldwin jhb at FreeBSD.org
Fri Jan 14 12:16:42 PST 2005


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


More information about the cvs-all mailing list