diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-25 18:30:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-25 18:30:58 +0000 |
commit | da8bedcc11a3b958593e862f5160fdb11f020097 (patch) | |
tree | 7d909ebd00b247aa6dee14c85d4444c4b6425761 | |
parent | d6f21393b10e5d83e6138b4082c3e84c6cd5aeda (diff) |
remove the intrhand .comm, which was wrong, and is not needed
-rw-r--r-- | sys/arch/sparc/sparc/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/locore.s b/sys/arch/sparc/sparc/locore.s index 899b1bfd48b..5fe947209b8 100644 --- a/sys/arch/sparc/sparc/locore.s +++ b/sys/arch/sparc/sparc/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.50 2002/04/30 01:12:28 art Exp $ */ +/* $OpenBSD: locore.s,v 1.51 2002/07/25 18:30:57 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.73 1997/09/13 20:36:48 pk Exp $ */ /* @@ -2332,7 +2332,7 @@ return_from_syscall: * An interrupt frame is built in the space for a full trapframe; * this contains the psr, pc, npc, and interrupt level. */ - .comm _intrhand, 15 * 8 ! intrhand[0..14]; 0 => error +! .comm _intrhand, 15 * 8 ! intrhand[0..14]; 0 => error softintr_sun44c: sethi %hi(INTRREG_VA), %l6 ldub [%l6 + %lo(INTRREG_VA)], %l5 |