Module Name: src Committed By: riastradh Date: Sun Dec 19 09:43:26 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: lockdep.h Log Message: looks like lock_release takes two args now Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/include/linux/lockdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/include/linux/lockdep.h diff -u src/sys/external/bsd/drm2/include/linux/lockdep.h:1.2 src/sys/external/bsd/drm2/include/linux/lockdep.h:1.3 --- src/sys/external/bsd/drm2/include/linux/lockdep.h:1.2 Sun Dec 19 01:49:14 2021 +++ src/sys/external/bsd/drm2/include/linux/lockdep.h Sun Dec 19 09:43:26 2021 @@ -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))