Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/ingenic PIC -> INTC to match documentation



details:   https://anonhg.NetBSD.org/src/rev/e2e48184f636
branches:  trunk
changeset: 807108:e2e48184f636
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Mar 28 16:57:23 2015 +0000

description:
PIC -> INTC to match documentation
no functional change

diffstat:

 sys/arch/evbmips/ingenic/intr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 75acbbb935ef -r e2e48184f636 sys/arch/evbmips/ingenic/intr.c
--- a/sys/arch/evbmips/ingenic/intr.c   Sat Mar 28 16:55:21 2015 +0000
+++ b/sys/arch/evbmips/ingenic/intr.c   Sat Mar 28 16:57:23 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.7 2015/03/11 12:40:36 macallan Exp $ */
+/*     $NetBSD: intr.c,v 1.8 2015/03/28 16:57:23 macallan Exp $ */
 
 /*-
  * Copyright (c) 2014 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.7 2015/03/11 12:40:36 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.8 2015/03/28 16:57:23 macallan Exp $");
 
 #define __INTR_PRIVATE
 
@@ -111,7 +111,7 @@
                snprintf(intrs[i].ih_name, sizeof(intrs[i].ih_name),
                    "irq %d", i);
                evcnt_attach_dynamic(&intrs[i].ih_count, EVCNT_TYPE_INTR,
-                   NULL, "PIC", intrs[i].ih_name);
+                   NULL, "INTC", intrs[i].ih_name);
        }
 
        /* mask all peripheral IRQs */



Home | Main Index | Thread Index | Old Index