diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 1999-04-16 17:01:48 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 1999-04-16 17:01:48 +0000 |
| commit | e291904f8cee75fefca289c167cfc0656c096422 (patch) | |
| tree | bc26853e85fed4619ba93311a6ee7c33ff1c8154 /sys | |
| parent | fbaa5edc20c3251230e948ea0756b9ceb069e808 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/alpha/swtch.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/alpha/swtch.s b/sys/alpha/alpha/swtch.s index ab3f996d6f1e..12efdfe2fa22 100644 --- a/sys/alpha/alpha/swtch.s +++ b/sys/alpha/alpha/swtch.s @@ -1,4 +1,4 @@ -/* $Id: swtch.s,v 1.6 1998/11/15 18:25:15 dfr Exp $ */ +/* $Id: swtch.s,v 1.7 1998/12/02 10:24:56 dfr Exp $ */ /* $NetBSD: locore.s,v 1.47 1998/03/22 07:26:32 thorpej Exp $ */ /* @@ -95,6 +95,7 @@ IMPORT(Lev1map, 8) LEAF(idle, 0) br pv, Lidle1 Lidle1: LDGP(pv) + stq zero, switchtime /* zero switchtime.tv_sec */ stq zero, curproc /* curproc <- NULL for stats */ mov zero, a0 /* enable all interrupts */ call_pal PAL_OSF1_swpipl |
