Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 use IPL_NONE for CPU attach message seria...
details: https://anonhg.NetBSD.org/src/rev/c5ca3f43ed64
branches: trunk
changeset: 335534:c5ca3f43ed64
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Jan 12 01:18:38 2015 +0000
description:
use IPL_NONE for CPU attach message serialization mutex
diffstat:
sys/arch/arm/arm32/arm32_boot.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d6423d2ddd9b -r c5ca3f43ed64 sys/arch/arm/arm32/arm32_boot.c
--- a/sys/arch/arm/arm32/arm32_boot.c Mon Jan 12 01:02:35 2015 +0000
+++ b/sys/arch/arm/arm32/arm32_boot.c Mon Jan 12 01:18:38 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arm32_boot.c,v 1.11 2014/12/13 16:11:01 jmcneill Exp $ */
+/* $NetBSD: arm32_boot.c,v 1.12 2015/01/12 01:18:38 jakllsch Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@@ -123,7 +123,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.11 2014/12/13 16:11:01 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.12 2015/01/12 01:18:38 jakllsch Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -305,7 +305,7 @@
#endif
#ifdef MULTIPROCESSOR
- mutex_init(&cpu_hatch_lock, MUTEX_DEFAULT, IPL_HIGH);
+ mutex_init(&cpu_hatch_lock, MUTEX_DEFAULT, IPL_NONE);
#endif
#ifdef VERBOSE_INIT_ARM
Home |
Main Index |
Thread Index |
Old Index