diff options
author | 2001-09-04 16:49:00 +0000 | |
---|---|---|
committer | 2001-09-04 16:49:00 +0000 | |
commit | bcb79c9953557a0722b2b2828db532ab0570c01e (patch) | |
tree | 97c21b833b6a829c7ba6eb6958bcccd514c053f0 | |
parent | increase size of intrhand in here, too. (diff) | |
download | wireguard-openbsd-bcb79c9953557a0722b2b2828db532ab0570c01e.tar.xz wireguard-openbsd-bcb79c9953557a0722b2b2828db532ab0570c01e.zip |
better still, remove definition from here; suggest by drahn
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index a9fc962b253..b1cbf0e163f 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -4195,7 +4195,6 @@ ret_from_intr_vector: * IRQ# = %tt - 0x40 */ - .comm _C_LABEL(intrhand), 16 * PTRSZ ! intrhand[0..14]; 0 => error .globl _C_LABEL(sparc_interrupt) ! This is for interrupt debugging _C_LABEL(sparc_interrupt): #ifdef TRAPS_USE_IG |