From e03778a03538a00eb737125eb57dffe644d1879e Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 8 Mar 1996 20:44:13 +0000 Subject: [PATCH] Updated irq names, replaced reserved irq 1 with irq softclock. --- sys/arch/arm32/arm32/irq.S | 11 ++++------- sys/arch/arm32/iomd/iomd_irq.S | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/sys/arch/arm32/arm32/irq.S b/sys/arch/arm32/arm32/irq.S index 28a864bfea47..0ff3328e5bd8 100644 --- a/sys/arch/arm32/arm32/irq.S +++ b/sys/arch/arm32/arm32/irq.S @@ -1,7 +1,7 @@ -/* $NetBSD: irq.S,v 1.2 1996/02/02 02:35:41 mycroft Exp $ */ +/* $NetBSD: irq.S,v 1.3 1996/03/08 20:44:13 mark Exp $ */ /* - * Copyright (c) 1994,1995 Mark Brinicombe. + * Copyright (c) 1994-1996 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. * @@ -41,9 +41,6 @@ * Low level irq and fiq handlers * * Created : 27/09/94 - * Last updated : 01/07/95 - * - * $Id: irq.S,v 1.2 1996/02/02 02:35:41 mycroft Exp $ */ #include "assym.h" @@ -281,7 +278,7 @@ Lis: mov r12, sp /* r0 points to the trap frame on the IRQ stack (SP corrected) */ -/* r12 points to the trap frame on the IRQ stack (SP corrected) */ +/* r12 points to the trap frame on the SVC stack */ ldmia r0!, {r1-r9} /* Pull 9 regs off the IRQ stack */ stmia r12!, {r1-r9} /* Store on the SVC stack */ @@ -395,7 +392,7 @@ _intrnames: .asciz "pwr on reset" .asciz "timer 0" .asciz "timer 1" - .asciz "reserved 1" + .asciz "softclock" /* reserved1 */ .asciz "reserved 2" .asciz "wdc" .asciz "serial" diff --git a/sys/arch/arm32/iomd/iomd_irq.S b/sys/arch/arm32/iomd/iomd_irq.S index 715bc248108a..56ec88b4bfe7 100644 --- a/sys/arch/arm32/iomd/iomd_irq.S +++ b/sys/arch/arm32/iomd/iomd_irq.S @@ -1,7 +1,7 @@ -/* $NetBSD: iomd_irq.S,v 1.2 1996/02/02 02:35:41 mycroft Exp $ */ +/* $NetBSD: iomd_irq.S,v 1.3 1996/03/08 20:44:13 mark Exp $ */ /* - * Copyright (c) 1994,1995 Mark Brinicombe. + * Copyright (c) 1994-1996 Mark Brinicombe. * Copyright (c) 1994 Brini. * All rights reserved. * @@ -41,9 +41,6 @@ * Low level irq and fiq handlers * * Created : 27/09/94 - * Last updated : 01/07/95 - * - * $Id: iomd_irq.S,v 1.2 1996/02/02 02:35:41 mycroft Exp $ */ #include "assym.h" @@ -281,7 +278,7 @@ Lis: mov r12, sp /* r0 points to the trap frame on the IRQ stack (SP corrected) */ -/* r12 points to the trap frame on the IRQ stack (SP corrected) */ +/* r12 points to the trap frame on the SVC stack */ ldmia r0!, {r1-r9} /* Pull 9 regs off the IRQ stack */ stmia r12!, {r1-r9} /* Store on the SVC stack */ @@ -395,7 +392,7 @@ _intrnames: .asciz "pwr on reset" .asciz "timer 0" .asciz "timer 1" - .asciz "reserved 1" + .asciz "softclock" /* reserved1 */ .asciz "reserved 2" .asciz "wdc" .asciz "serial"