Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Fix typo



details:   https://anonhg.NetBSD.org/src/rev/76dd0a78d87c
branches:  trunk
changeset: 796692:76dd0a78d87c
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Sat Jun 14 09:13:30 2014 +0000

description:
Fix typo

diffstat:

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

diffs (27 lines):

diff -r 6e1ef4bb5c09 -r 76dd0a78d87c sys/arch/arm/arm/arm_machdep.c
--- a/sys/arch/arm/arm/arm_machdep.c    Sat Jun 14 08:19:02 2014 +0000
+++ b/sys/arch/arm/arm/arm_machdep.c    Sat Jun 14 09:13:30 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm_machdep.c,v 1.41 2014/04/16 22:33:07 matt Exp $    */
+/*     $NetBSD: arm_machdep.c,v 1.42 2014/06/14 09:13:30 ozaki-r Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -78,7 +78,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.41 2014/04/16 22:33:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.42 2014/06/14 09:13:30 ozaki-r Exp $");
 
 #include <sys/exec.h>
 #include <sys/proc.h>
@@ -262,7 +262,7 @@
 #endif
        if (flags & RESCHED_KPREEMPT) {
 #ifdef __HAVE_PREEMPTION
-               atomic_or_uint(&l->l_dopreempt, DOPREEMPT_ACITBE);
+               atomic_or_uint(&l->l_dopreempt, DOPREEMPT_ACTIVE);
                if (ci == cur_ci) {
                        softint_trigger(SOFTINT_KPREEMPT);
                } else {



Home | Main Index | Thread Index | Old Index