Date: Fri, 5 Nov 2004 19:57:10 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm trap.c Message-ID: <200411051957.iA5JvAYr026534@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2004-11-05 19:57:10 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Copy the syscall args in a tmp variable instead of directly using the trapframe, as it can be modified in the syscall. Call thread_user_enter() when appropriate. Revision Changes Path 1.3 +55 -23 src/sys/arm/arm/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411051957.iA5JvAYr026534>