From a06362dc8e4de6a2aeb2845c1be8f3f697b17106 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 3 Dec 1996 19:54:16 +0000 Subject: [PATCH] do_sir lowers the IPL itself, now --- sys/arch/alpha/alpha/locore.s | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s index 9d741d143dcb..54cbaae0fad8 100644 --- a/sys/arch/alpha/alpha/locore.s +++ b/sys/arch/alpha/alpha/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.26 1996/10/17 02:50:38 cgd Exp $ */ +/* $NetBSD: locore.s,v 1.27 1996/12/03 19:54:16 cgd Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -183,9 +183,7 @@ Ler1: LDGP(pv) beq t1, Lchkast /* no, try an AST*/ /* We've got a SIR. */ - ldiq a0, ALPHA_PSL_IPL_SOFT /* yes, lower IPL to soft */ - call_pal PAL_OSF1_swpipl - CALL(do_sir) /* do the SIR */ + CALL(do_sir) /* do the SIR; lowers IPL */ Lchkast: ldiq a0, ALPHA_PSL_IPL_0 /* drop IPL to zero*/