diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-10-07 15:40:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-10-07 15:40:40 +0000 |
commit | 1fb6e84fb87be265e927add726d41e6fe36478d0 (patch) | |
tree | e39bbc9bfb824f4ab496ce1ae0df2eb027c78642 | |
parent | e3afa620ad05140442949b8028ffb283ab4334de (diff) |
also s/_PSW/_PSL/
-rw-r--r-- | sys/arch/hppa/hppa/locore.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S index fcf790e46db..e5964c6e501 100644 --- a/sys/arch/hppa/hppa/locore.S +++ b/sys/arch/hppa/hppa/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.91 2002/10/07 15:32:37 mickey Exp $ */ +/* $OpenBSD: locore.S,v 1.92 2002/10/07 15:40:39 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -237,7 +237,7 @@ $qisnowon /* * Cannot change the queues or IPSW with the Q-bit on */ - rsm RESET_PSW, r0 + rsm RESET_PSL, r0 nop ! nop ! nop ! nop ! nop ! nop ! nop /* @@ -293,7 +293,7 @@ LEAF_ENTRY($kernel_setup) * disable interrupts and turn off all bits in the psw so that * we start in a known state. */ - rsm RESET_PSW, r0 + rsm RESET_PSL, r0 nop ! nop ! nop ! nop ! nop ! nop /* get things ready for the kernel to run in virtual mode */ @@ -811,7 +811,7 @@ $syscall_return * sp will be left in virtual until restored from trapframe, * since we don't use it anyway. */ - rsm RESET_PSW, r0 + rsm RESET_PSL, r0 nop ! nop ! nop ! nop ! nop ! nop ! nop $syscall_return_phys |