aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/lockdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index 651cc61af041..fc827cab6d6e 100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -583,6 +583,7 @@ extern void crossrelease_hist_end(enum xhlock_context_t c);
583extern void lockdep_init_task(struct task_struct *task); 583extern void lockdep_init_task(struct task_struct *task);
584extern void lockdep_free_task(struct task_struct *task); 584extern void lockdep_free_task(struct task_struct *task);
585#else 585#else
586#define lockdep_init_map_crosslock(m, n, k, s) do {} while (0)
586/* 587/*
587 * To initialize a lockdep_map statically use this macro. 588 * To initialize a lockdep_map statically use this macro.
588 * Note that _name must not be NULL. 589 * Note that _name must not be NULL.