forked from Imagelibrary/rtems
score: Add SMP lock profiling support
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <rtems/score/threaddispatch.h>
|
||||
|
||||
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;
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@ rtems_termios_open (
|
||||
*/
|
||||
tty->device = *callbacks;
|
||||
|
||||
rtems_interrupt_lock_initialize (&tty->interrupt_lock);
|
||||
rtems_interrupt_lock_initialize (&tty->interrupt_lock, "Termios");
|
||||
|
||||
/*
|
||||
* Create I/O tasks
|
||||
|
||||
Reference in New Issue
Block a user