Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/linux looks like lock_release ...



details:   https://anonhg.NetBSD.org/src/rev/80dee0208049
branches:  trunk
changeset: 1028162:80dee0208049
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:43:26 2021 +0000

description:
looks like lock_release takes two args now


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

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

diffs (18 lines):

diff -r 28ff0071e934 -r 80dee0208049 sys/external/bsd/drm2/include/linux/lockdep.h
--- a/sys/external/bsd/drm2/include/linux/lockdep.h     Sun Dec 19 09:43:20 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/lockdep.h     Sun Dec 19 09:43:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lockdep.h,v 1.2 2021/12/19 01:49:14 riastradh Exp $    */
+/*     $NetBSD: lockdep.h,v 1.3 2021/12/19 09:43:26 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 
 #define        __lockdep_used                  __debugused
 #define        lock_acquire_shared_recursive(l, s, t, n, i)    __nothing
-#define        lock_release(l, n, i)           __nothing
+#define        lock_release(l, n)              __nothing
 #ifdef notyet
 #define        lockdep_assert_held(m)          KDASSERT(lockdep_is_held(m))
 #define        lockdep_assert_held_once(m)     KDASSERT(lockdep_is_held(m))



Home | Main Index | Thread Index | Old Index