Revision 28ab576ba8de934ee3145b6d75119f016de567cb authored by Masahiro Yamada on 02 August 2020, 13:54:40 UTC, committed by Masahiro Yamada on 02 August 2020, 14:09:16 UTC
The same code exists a few lines above.

Fixes: 436b2ac603d5 ("modpost: invoke modpost only when input files are updated")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent ccf56e5
Raw File
locking-selftest-wsem.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top