From 53ad908a646eb6fd67f9b4586f4b484e8255b9d3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 Mar 2014 14:36:22 +0100 Subject: score: Add SMP lock profiling support --- cpukit/libcsupport/src/sup_fs_location.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/sup_fs_location.c') diff --git a/cpukit/libcsupport/src/sup_fs_location.c b/cpukit/libcsupport/src/sup_fs_location.c index 040f8c274e..226ba28160 100644 --- a/cpukit/libcsupport/src/sup_fs_location.c +++ b/cpukit/libcsupport/src/sup_fs_location.c @@ -29,7 +29,7 @@ #include rtems_interrupt_lock rtems_filesystem_mt_entry_lock_control = - RTEMS_INTERRUPT_LOCK_INITIALIZER; + RTEMS_INTERRUPT_LOCK_INITIALIZER("mount table entry"); static rtems_filesystem_global_location_t *deferred_released_global_locations; -- cgit v1.2.3