Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/apple no need to shout



details:   https://anonhg.NetBSD.org/src/rev/f67e7373ff3b
branches:  trunk
changeset: 1026501:f67e7373ff3b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 26 19:36:17 2021 +0000

description:
no need to shout

diffstat:

 sys/arch/arm/apple/apple_intc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fd56aaa99547 -r f67e7373ff3b sys/arch/arm/apple/apple_intc.c
--- a/sys/arch/arm/apple/apple_intc.c   Fri Nov 26 19:28:37 2021 +0000
+++ b/sys/arch/arm/apple/apple_intc.c   Fri Nov 26 19:36:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apple_intc.c,v 1.4 2021/10/31 16:23:47 skrll Exp $ */
+/* $NetBSD: apple_intc.c,v 1.5 2021/11/26 19:36:17 skrll Exp $ */
 
 /*-
  * Copyright (c) 2021 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -32,7 +32,7 @@
 #define        _INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: apple_intc.c,v 1.4 2021/10/31 16:23:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apple_intc.c,v 1.5 2021/11/26 19:36:17 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -277,7 +277,7 @@
        /* 2nd cell is the interrupt number */
        const u_int intno = be32toh(specifier[1]);
 
-       snprintf(buf, buflen, "%s %u", type == 0 ? "IRQ" : "FIQ", intno);
+       snprintf(buf, buflen, "%s %u", type == 0 ? "irq" : "fiq", intno);
 
        return true;
 }



Home | Main Index | Thread Index | Old Index