Link: https://lore.kernel.org/r/20251216111320.896758933@linuxfoundation.org Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Pavel Machek (CIP) <pavel@denx.de> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Brett Mastbergen <bmastbergen@ciq.com> Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
197 B
C
16 lines
197 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#undef LOCK
|
|
#define LOCK WL
|
|
|
|
#undef UNLOCK
|
|
#define UNLOCK WU
|
|
|
|
#undef RLOCK
|
|
#define RLOCK RL
|
|
|
|
#undef WLOCK
|
|
#define WLOCK WL
|
|
|
|
#undef INIT
|
|
#define INIT RWI
|