Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Typo.



details:   https://anonhg.NetBSD.org/src/rev/0462db4008d7
branches:  trunk
changeset: 461377:0462db4008d7
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Nov 24 15:37:39 2019 +0000

description:
Typo.

diffstat:

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

diffs (27 lines):

diff -r 93a344b8eb82 -r 0462db4008d7 sys/arch/mips/mips/cpu_subr.c
--- a/sys/arch/mips/mips/cpu_subr.c     Sun Nov 24 13:23:57 2019 +0000
+++ b/sys/arch/mips/mips/cpu_subr.c     Sun Nov 24 15:37:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_subr.c,v 1.36 2019/11/23 19:40:35 ad Exp $ */
+/*     $NetBSD: cpu_subr.c,v 1.37 2019/11/24 15:37:39 ad Exp $ */
 
 /*-
  * Copyright (c) 2010, 2019 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.36 2019/11/23 19:40:35 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.37 2019/11/24 15:37:39 ad Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -495,7 +495,7 @@
 #endif
                return;
        }
-       if ((flags & RESSCHED_REMOTE) != 0) {
+       if ((flags & RESCHED_REMOTE) != 0) {
 #ifdef MULTIPROCESSOR
                cpu_send_ipi(ci, IPI_AST);
 #endif



Home | Main Index | Thread Index | Old Index