diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-04-17 18:34:49 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-04-17 18:34:49 +0000 |
| commit | 23d5326823c740f2ddcd3268216d0a59b374457c (patch) | |
| tree | f6d0e247891d6403320a9da2f4d2bab4abca18e2 /sys/dev/xen/console | |
| parent | 490befd40a647bb9108c3f71fccb50137ac9a254 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/console')
| -rw-r--r-- | sys/dev/xen/console/xen_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/console/xen_console.c b/sys/dev/xen/console/xen_console.c index 7d10c1871e98..8e366bba2319 100644 --- a/sys/dev/xen/console/xen_console.c +++ b/sys/dev/xen/console/xen_console.c @@ -515,7 +515,7 @@ xencons_tx(struct tty *tp) cons = tty_softc(tp); - tty_lock_assert(tp, MA_OWNED); + tty_assert_locked(tp); /* * Don't transmit any character if the buffer is full. Otherwise, |
