Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-xenpvh]: src/sys/arch channel %d -> chan %d, for the benefit of '...
details: https://anonhg.NetBSD.org/src/rev/9b4b52f4faae
branches: bouyer-xenpvh
changeset: 1024998:9b4b52f4faae
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Apr 20 20:19:07 2020 +0000
description:
channel %d -> chan %d, for the benefit of 'systat vm'
diffstat:
sys/arch/x86/x86/intr.c | 6 +++---
sys/arch/xen/x86/xen_intr.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r e0644d0ce395 -r 9b4b52f4faae sys/arch/x86/x86/intr.c
--- a/sys/arch/x86/x86/intr.c Mon Apr 20 19:46:44 2020 +0000
+++ b/sys/arch/x86/x86/intr.c Mon Apr 20 20:19:07 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.c,v 1.150.6.5 2020/04/19 19:39:10 bouyer Exp $ */
+/* $NetBSD: intr.c,v 1.150.6.6 2020/04/20 20:19:07 bouyer Exp $ */
/*
* Copyright (c) 2007, 2008, 2009, 2019 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.150.6.5 2020/04/19 19:39:10 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.150.6.6 2020/04/20 20:19:07 bouyer Exp $");
#include "opt_intrdebug.h"
#include "opt_multiprocessor.h"
@@ -1189,7 +1189,7 @@
KASSERT(port >= 0);
- snprintf(buf, len, "%s channel %d", pic->pic_name, port);
+ snprintf(buf, len, "%s chan %d", pic->pic_name, port);
return buf;
}
diff -r e0644d0ce395 -r 9b4b52f4faae sys/arch/xen/x86/xen_intr.c
--- a/sys/arch/xen/x86/xen_intr.c Mon Apr 20 19:46:44 2020 +0000
+++ b/sys/arch/xen/x86/xen_intr.c Mon Apr 20 20:19:07 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_intr.c,v 1.21.2.8 2020/04/20 11:29:01 bouyer Exp $ */
+/* $NetBSD: xen_intr.c,v 1.21.2.9 2020/04/20 20:19:07 bouyer Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_intr.c,v 1.21.2.8 2020/04/20 11:29:01 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_intr.c,v 1.21.2.9 2020/04/20 20:19:07 bouyer Exp $");
#include "opt_multiprocessor.h"
@@ -357,7 +357,7 @@
KASSERT(port >= 0);
KASSERT(port < NR_EVENT_CHANNELS);
- snprintf(buf, len, "%s channel %d", pic->pic_name, port);
+ snprintf(buf, len, "%s chan %d", pic->pic_name, port);
return buf;
}
Home |
Main Index |
Thread Index |
Old Index