Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/common/include/linux IPL_VM -> IPL_SCHED



details:   https://anonhg.NetBSD.org/src/rev/2484704d8d75
branches:  trunk
changeset: 331954:2484704d8d75
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Sep 02 09:54:20 2014 +0000

description:
IPL_VM -> IPL_SCHED

diffstat:

 sys/external/bsd/common/include/linux/completion.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b85004f09fe -r 2484704d8d75 sys/external/bsd/common/include/linux/completion.h
--- a/sys/external/bsd/common/include/linux/completion.h        Mon Sep 01 21:42:21 2014 +0000
+++ b/sys/external/bsd/common/include/linux/completion.h        Tue Sep 02 09:54:20 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: completion.h,v 1.4 2014/07/03 20:48:19 riastradh Exp $ */
+/*     $NetBSD: completion.h,v 1.5 2014/09/02 09:54:20 jmcneill Exp $  */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@
 init_completion(struct completion *completion)
 {
 
-       mutex_init(&completion->c_lock, MUTEX_DEFAULT, IPL_VM);
+       mutex_init(&completion->c_lock, MUTEX_DEFAULT, IPL_SCHED);
        cv_init(&completion->c_cv, "lnxcmplt");
        completion->c_done = 0;
 }



Home | Main Index | Thread Index | Old Index