Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Fixed typo in sparc64_send_ipi_sun4...



details:   https://anonhg.NetBSD.org/src/rev/45529e79397e
branches:  trunk
changeset: 813494:45529e79397e
user:      palle <palle%NetBSD.org@localhost>
date:      Sat Jan 30 22:47:06 2016 +0000

description:
Fixed typo in sparc64_send_ipi_sun4u(): sun4v -> sun4u

diffstat:

 sys/arch/sparc64/sparc64/ipifuncs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 646b353b7151 -r 45529e79397e sys/arch/sparc64/sparc64/ipifuncs.c
--- a/sys/arch/sparc64/sparc64/ipifuncs.c       Sat Jan 30 17:00:53 2016 +0000
+++ b/sys/arch/sparc64/sparc64/ipifuncs.c       Sat Jan 30 22:47:06 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipifuncs.c,v 1.55 2015/01/04 15:24:18 palle Exp $ */
+/*     $NetBSD: ipifuncs.c,v 1.56 2016/01/30 22:47:06 palle Exp $ */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.55 2015/01/04 15:24:18 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.56 2016/01/30 22:47:06 palle Exp $");
 
 #include "opt_ddb.h"
 
@@ -237,7 +237,7 @@
 }
 
 /*
- * Send an interprocessor interrupt - sun4v.
+ * Send an interprocessor interrupt - sun4u.
  */
 void
 sparc64_send_ipi_sun4u(int upaid, ipifunc_t func, uint64_t arg1, uint64_t arg2)



Home | Main Index | Thread Index | Old Index