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/06615d7feef1
branches: trunk
changeset: 336966:06615d7feef1
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 b1367a6028b0 -r 06615d7feef1 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