diff options
author | Bart Van Assche <[email protected]> | 2024-09-12 15:39:54 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-13 07:36:02 +0200 |
commit | 96f8052822e03c6f49b6b28fc1d6e5e0522ecbb9 (patch) | |
tree | 5cf41e0c493a73938fcca879ca766fd580ad1e42 /lib/crypto/mpi/mpi-sub-ui.c | |
parent | 2193ede180dde21b7f866cc457eb9e13341e663b (diff) |
locking/mutex: Define mutex_init() once
With CONFIG_PREEMPT_RT disabled __mutex_init() is a function. With
CONFIG_PREEMPT_RT enabled, __mutex_init() is a macro. I assume this is why
mutex_init() is defined twice as exactly the same macro.
Prepare for introducing a new macro for mutex initialization by combining
the two identical mutex_init() definitions into a single definition. This
patch does not change any functionality because the C preprocessor expands
macros when it encounters the macro name and not when a macro definition
is encountered. See also commit bb630f9f7a7d ("locking/rtmutex: Add mutex
variant for RT").
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions