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 Stub might_lock_nested. ...



details:   https://anonhg.NetBSD.org/src/rev/4a0dbb727ac3
branches:  trunk
changeset: 1028498:4a0dbb727ac3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 11:11:19 2021 +0000

description:
Stub might_lock_nested. Not in the LOCKDEP case...

Not sure we have anything for nested locks.


Author: Maya Rashish <maya%NetBSD.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>

diffstat:

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

diffs (17 lines):

diff -r 85b8faf74088 -r 4a0dbb727ac3 sys/external/bsd/drm2/include/linux/lockdep.h
--- a/sys/external/bsd/drm2/include/linux/lockdep.h     Sun Dec 19 11:11:11 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/lockdep.h     Sun Dec 19 11:11:19 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lockdep.h,v 1.5 2021/12/19 11:05:05 riastradh Exp $    */
+/*     $NetBSD: lockdep.h,v 1.6 2021/12/19 11:11:19 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -57,6 +57,7 @@
 #define        lockdep_assert_held_once(m)     do {} while (0)
 #define        lockdep_is_held(m)              1
 #define        might_lock(m)                   do {} while (0)
+#define        might_lock_nested(m,n)          do {} while (0)
 #endif
 
 #define        __lockdep_kmutex(m)                                                   \



Home | Main Index | Thread Index | Old Index