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.4 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/ab4f80b69688
branches:  netbsd-1-6
changeset: 529334:ab4f80b69688
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 11 23:35:15 2002 +0000

description:
Pull up revision 1.4 (requested by thorpej in ticket #583):
  Use more descriptive interrupt names.

diffstat:

 sys/arch/arm/xscale/i80321var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 0af9a6e156ff -r ab4f80b69688 sys/arch/arm/xscale/i80321var.h
--- a/sys/arch/arm/xscale/i80321var.h   Mon Nov 11 23:34:51 2002 +0000
+++ b/sys/arch/arm/xscale/i80321var.h   Mon Nov 11 23:35:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80321var.h,v 1.1.6.1 2002/11/11 22:46:14 he Exp $     */
+/*     $NetBSD: i80321var.h,v 1.1.6.2 2002/11/11 23:35:15 he Exp $     */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -62,7 +62,6 @@
        int iq_mask;                    /* IRQs to mask while handling */
        int iq_levels;                  /* IPL_*'s this IRQ has */
        int iq_ist;                     /* share type */
-       char iq_name[IRQNAMESIZE];      /* interrupt name */
 };
 
 struct i80321_softc {
@@ -148,6 +147,7 @@
 
 extern struct bus_space i80321_bs_tag;
 extern struct i80321_softc *i80321_softc;
+extern const char *i80321_irqnames[];
 
 extern void (*i80321_hardclock_hook)(void);
 



Home | Main Index | Thread Index | Old Index