]> Git Repo - linux.git/commitdiff
locking/lockdep: Remove lockdep_init_map_crosslock.
authorSebastian Andrzej Siewior <[email protected]>
Thu, 9 Jun 2022 15:36:33 +0000 (17:36 +0200)
committerThomas Gleixner <[email protected]>
Mon, 6 Feb 2023 14:31:05 +0000 (15:31 +0100)
The cross-release bits have been removed, lockdep_init_map_crosslock() is
a leftover.

Remove lockdep_init_map_crosslock.

Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Waiman Long <[email protected]>
Acked-by: Waiman Long <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
include/linux/lockdep.h

index 1f1099dac3f051535a8edc0929cb582ef9849782..1023f349af716a1fb7b1cadaff3224ae0b4bbdf7 100644 (file)
@@ -435,7 +435,6 @@ enum xhlock_context_t {
        XHLOCK_CTX_NR,
 };
 
-#define lockdep_init_map_crosslock(m, n, k, s) do {} while (0)
 /*
  * To initialize a lockdep_map statically use this macro.
  * Note that _name must not be NULL.
This page took 0.060637 seconds and 4 git commands to generate.