Date: Tue, 5 Jul 2005 17:12:18 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include md_var.h Message-ID: <200507051712.j65HCIZw017928@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507051712.j65HCIZw017928>