summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-04-15 11:10:28 +0000
committerbde <bde@FreeBSD.org>1998-04-15 11:10:28 +0000
commitf91e8eb4a2d1f716606a1e7b16b721311562b5e5 (patch)
treeed5f10498aa38cc895304a3ff4a5c097cf637feb /sys
parent90321d41cb8020a459128806955a4d76a405c650 (diff)
downloadFreeBSD-src-f91e8eb4a2d1f716606a1e7b16b721311562b5e5.zip
FreeBSD-src-f91e8eb4a2d1f716606a1e7b16b721311562b5e5.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/exception.S4
-rw-r--r--sys/amd64/amd64/exception.s4
-rw-r--r--sys/i386/i386/exception.s4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index d308e8e..ffec37b 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 d308e8e..ffec37b 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 d308e8e..ffec37b 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
/*
OpenPOWER on IntegriCloud