diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 1999-10-30 15:20:31 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 1999-10-30 15:20:31 +0000 |
| commit | c89564e46eaa9f63617d1e5e95bbce0d25ea42e0 (patch) | |
| tree | e8d80d1f4e80fa5c75ef8bce10482666e651bf25 | |
| parent | e1e5fdf6d496ae9733655c4282a496e71b4b28cc (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/swtch.s | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/alpha/swtch.s b/sys/alpha/alpha/swtch.s index 4c263bdd68db..35f50b11c681 100644 --- a/sys/alpha/alpha/swtch.s +++ b/sys/alpha/alpha/swtch.s @@ -263,9 +263,6 @@ Ler1: LDGP(pv) CALL(do_sir) /* do the SIR; lowers IPL */ Lchkast: - ldiq a0, ALPHA_PSL_IPL_0 /* drop IPL to zero*/ - call_pal PAL_OSF1_swpipl - and s1, ALPHA_PSL_USERMODE, t0 /* are we returning to user? */ beq t0, Lrestoreregs /* no: just return */ |
