Page MenuHomeFreeBSD

D48413.diff
No OneTemporary

D48413.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, Jul 24, 1:24 AM (10 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35393007
Default Alt Text
D48413.diff (523 B)

Event Timeline