Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/arm/xscale Pull up revision 1.3 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/2209049b9832
branches:  netbsd-1-6
changeset: 529329:2209049b9832
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 11 23:09:59 2002 +0000

description:
Pull up revision 1.3 (requested by thorpej in ticket #579):
  Clean up some comments.

diffstat:

 sys/arch/arm/xscale/i80200_irq.S |  15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diffs (29 lines):

diff -r 041f28c09cf1 -r 2209049b9832 sys/arch/arm/xscale/i80200_irq.S
--- a/sys/arch/arm/xscale/i80200_irq.S  Mon Nov 11 23:07:19 2002 +0000
+++ b/sys/arch/arm/xscale/i80200_irq.S  Mon Nov 11 23:09:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80200_irq.S,v 1.1.14.1 2002/06/25 22:12:13 lukem Exp $        */
+/*     $NetBSD: i80200_irq.S,v 1.1.14.2 2002/11/11 23:09:59 he Exp $   */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -46,17 +46,8 @@
 /*
  * irq_entry:
  *
- *     Main entry point for the IRQ vector.
- *
- *     This function reads the 2 IQ80310 CPLD interrupt source
- *     registers, and then calls the installed handlers for each
- *     bit that is set.  The function stray_irqhandler is called
- *     if a handler is not defined for a particular interrupt.
- *
- *     If an interrupt handler is found, then it is called with
- *     r0 containing the argument defined in the handler structure.
- *     If the field ih_arg is zero, then a pointer to the IRQ frame
- *     on the stack is passed instead.
+ *     Main entry point for the IRQ vector on i80200 CPUs.  Calls
+ *     board-specific external interrupt dispatch routine.
  */
 
        .text



Home | Main Index | Thread Index | Old Index