From dcfe0058385dfced990e118bba7a42fbc9db4488 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 15 Apr 1998 11:10:28 +0000 Subject: [PATCH] Fixed breakage of fork accounting in previous commit. A fork benchmark reported about 15 times as much sys time as real time. getmicroruntime() is confusing name. --- sys/amd64/amd64/exception.S | 4 ++-- sys/amd64/amd64/exception.s | 4 ++-- sys/i386/i386/exception.s | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index d308e8e9698b..ffec37b6da97 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.S @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.48 1998/03/23 19:52:23 jlemon Exp $ + * $Id: exception.s,v 1.49 1998/04/04 13:24:07 phk Exp $ */ #include "npx.h" @@ -346,7 +346,7 @@ ENTRY(fork_trampoline) movl _curproc,%eax addl $P_RUNTIME,%eax pushl %eax - call _getmicroruntime + call _microruntime popl %eax /* diff --git a/sys/amd64/amd64/exception.s b/sys/amd64/amd64/exception.s index d308e8e9698b..ffec37b6da97 100644 --- a/sys/amd64/amd64/exception.s +++ b/sys/amd64/amd64/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.48 1998/03/23 19:52:23 jlemon Exp $ + * $Id: exception.s,v 1.49 1998/04/04 13:24:07 phk Exp $ */ #include "npx.h" @@ -346,7 +346,7 @@ ENTRY(fork_trampoline) movl _curproc,%eax addl $P_RUNTIME,%eax pushl %eax - call _getmicroruntime + call _microruntime popl %eax /* diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index d308e8e9698b..ffec37b6da97 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.48 1998/03/23 19:52:23 jlemon Exp $ + * $Id: exception.s,v 1.49 1998/04/04 13:24:07 phk Exp $ */ #include "npx.h" @@ -346,7 +346,7 @@ ENTRY(fork_trampoline) movl _curproc,%eax addl $P_RUNTIME,%eax pushl %eax - call _getmicroruntime + call _microruntime popl %eax /*