cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include md_var.h

Marcel Moolenaar marcel at FreeBSD.org
Tue Jul 5 17:12:19 GMT 2005


marcel      2005-07-05 17:12:18 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c 
    sys/ia64/include     md_var.h 
  Log:
  Enhance ia64_flush_dirty() to handle the case in which td != curthread.
  This case is triggered with ptrace(2) and the PT_SETREGS function.
  Change the return type of the function to int so that errors can be
  passed on to the caller.
  
  Approved by: re (scottl)
  
  Revision  Changes    Path
  1.200     +51 -22    src/sys/ia64/ia64/machdep.c
  1.22      +1 -1      src/sys/ia64/include/md_var.h


More information about the cvs-src mailing list