Un-inline a call to spl0(). It is not time critical, and was only inline

because there was no non-inline spl0() to call.
This commit is contained in:
Bruce Evans 1997-07-01 01:02:03 +00:00
parent be69522eec
commit dc514523a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27131
3 changed files with 6 additions and 15 deletions

View File

@ -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.29 1997/05/31 09:27:28 peter Exp $
* $Id: exception.s,v 1.30 1997/06/22 16:03:02 peter Exp $
*/
#include "npx.h" /* NNPX */
@ -267,11 +267,8 @@ IDTVEC(int0x80_syscall)
jmp _doreti
ENTRY(fork_trampoline)
movl $SWI_AST_MASK,_cpl
call _splz
call _spl0
pushl $_runtime
call _microtime
popl %eax

View File

@ -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.29 1997/05/31 09:27:28 peter Exp $
* $Id: exception.s,v 1.30 1997/06/22 16:03:02 peter Exp $
*/
#include "npx.h" /* NNPX */
@ -267,11 +267,8 @@ IDTVEC(int0x80_syscall)
jmp _doreti
ENTRY(fork_trampoline)
movl $SWI_AST_MASK,_cpl
call _splz
call _spl0
pushl $_runtime
call _microtime
popl %eax

View File

@ -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.29 1997/05/31 09:27:28 peter Exp $
* $Id: exception.s,v 1.30 1997/06/22 16:03:02 peter Exp $
*/
#include "npx.h" /* NNPX */
@ -267,11 +267,8 @@ IDTVEC(int0x80_syscall)
jmp _doreti
ENTRY(fork_trampoline)
movl $SWI_AST_MASK,_cpl
call _splz
call _spl0
pushl $_runtime
call _microtime
popl %eax