Page MenuHomeFreeBSD

D48413.1786741408.diff
No OneTemporary

Size
523 B
Referenced Files
None
Subscribers
None

D48413.1786741408.diff

diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -602,11 +602,11 @@
* switch to console mode when panicking, making sure the panic
* is readable (even when a GUI was using ttyv0).
*/
+ VT_UNLOCK(vd);
if ((kdb_active || KERNEL_PANICKED()) &&
vd->vd_driver->vd_postswitch)
vd->vd_driver->vd_postswitch(vd);
inside_vt_window_switch = false;
- VT_UNLOCK(vd);
return (0);
}
if (!(vw->vw_flags & (VWF_OPENED|VWF_CONSOLE))) {

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 14, 9:03 PM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29408387
Default Alt Text
D48413.1786741408.diff (523 B)

Event Timeline