summaryrefslogtreecommitdiff
path: root/kernel/mutex.c
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-18 06:57:45 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-12-19 14:59:35 -0500
commit2f203c2f92ae6e619337f44e9e7ce6bf516adf49 (patch)
tree544dc7b4315c6c07286d726005f9a9f5e66ca9f3 /kernel/mutex.c
parentc7f73140f6a633ab5adddfedf5d19883729a7ba4 (diff)
tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
Use a short name for this option CONFIG_OBJECT_TRACING. Change-Id: Id27de7ef9ca299492b6b7d2324d9f5bcf8059a31 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'kernel/mutex.c')
-rw-r--r--kernel/mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/mutex.c b/kernel/mutex.c
index ddf702520..97db39a45 100644
--- a/kernel/mutex.c
+++ b/kernel/mutex.c
@@ -70,7 +70,7 @@ extern struct k_mutex _k_mutex_list_end[];
struct k_mutex *_trace_list_k_mutex;
-#ifdef CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
+#ifdef CONFIG_OBJECT_TRACING
/*
* Complete initialization of statically defined mutexes.
@@ -89,7 +89,7 @@ static int init_mutex_module(struct device *dev)
SYS_INIT(init_mutex_module, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_OBJECTS);
-#endif /* CONFIG_DEBUG_TRACING_KERNEL_OBJECTS */
+#endif /* CONFIG_OBJECT_TRACING */
void k_mutex_init(struct k_mutex *mutex)
{