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/e3c3d45e3cfd
branches: trunk
changeset: 329931:e3c3d45e3cfd
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 0960afd4fc47 -r e3c3d45e3cfd 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