Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/xscale Clean up some comments.



details:   https://anonhg.NetBSD.org/src/rev/d70b9e65aeaa
branches:  trunk
changeset: 534581:d70b9e65aeaa
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 29 22:00:00 2002 +0000

description:
Clean up some comments.

diffstat:

 sys/arch/arm/xscale/i80200_irq.S |  15 +++------------
 sys/arch/arm/xscale/i80321_irq.S |   4 ++--
 2 files changed, 5 insertions(+), 14 deletions(-)

diffs (47 lines):

diff -r ba70bc82bfad -r d70b9e65aeaa sys/arch/arm/xscale/i80200_irq.S
--- a/sys/arch/arm/xscale/i80200_irq.S  Mon Jul 29 21:54:35 2002 +0000
+++ b/sys/arch/arm/xscale/i80200_irq.S  Mon Jul 29 22:00:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80200_irq.S,v 1.2 2002/06/25 19:40:46 thorpej Exp $   */
+/*     $NetBSD: i80200_irq.S,v 1.3 2002/07/29 22:00:00 thorpej 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
diff -r ba70bc82bfad -r d70b9e65aeaa sys/arch/arm/xscale/i80321_irq.S
--- a/sys/arch/arm/xscale/i80321_irq.S  Mon Jul 29 21:54:35 2002 +0000
+++ b/sys/arch/arm/xscale/i80321_irq.S  Mon Jul 29 22:00:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80321_irq.S,v 1.1 2002/03/27 21:45:47 thorpej Exp $   */
+/*     $NetBSD: i80321_irq.S,v 1.2 2002/07/29 22:00:01 thorpej Exp $   */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -44,7 +44,7 @@
 /*
  * irq_entry:
  *
- *     Main entry point for the IRQ vector.
+ *     Main entry point for the IRQ vector on i80321 CPUs.
  */
 
        .text



Home | Main Index | Thread Index | Old Index