Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh5/sh5 Tweak the interrupt names to properly match...



details:   https://anonhg.NetBSD.org/src/rev/d6d589fcb436
branches:  trunk
changeset: 536214:d6d589fcb436
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Sep 11 10:57:50 2002 +0000

description:
Tweak the interrupt names to properly match reality.

diffstat:

 sys/arch/sh5/sh5/interrupt.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r d160fa1a60eb -r d6d589fcb436 sys/arch/sh5/sh5/interrupt.c
--- a/sys/arch/sh5/sh5/interrupt.c      Wed Sep 11 10:56:43 2002 +0000
+++ b/sys/arch/sh5/sh5/interrupt.c      Wed Sep 11 10:57:50 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: interrupt.c,v 1.3 2002/09/07 20:43:32 scw Exp $        */
+/*     $NetBSD: interrupt.c,v 1.4 2002/09/11 10:57:50 scw Exp $        */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -108,10 +108,10 @@
 struct evcnt _sh5_intr_events[NIPL];
 static char *intr_names[NIPL] = {
        "none",
-       "softmisc", "softclock", "softnet", "softserial",
-       "irq5", "irq6", "irq7", "irq8",
-       "irq9", "irq10", "irq11", "irq12",
-       "irq13", "clock", "irq15"
+       "softmisc", "softclock", "softnet", "ipl4",
+       "ipl5", "ipl6", "ipl7", "ipl8",
+       "ipl9", "softserial", "ipl11", "ipl12",
+       "ipl13", "clock", "ipl15"
 };
 
 void sh5_intr_dispatch(struct intrframe *);



Home | Main Index | Thread Index | Old Index