Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148417299
D48413.1786741408.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
D48413.1786741408.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D48413: vt: drop the lock before calling vd_postswitch
Attached
Detach File
Event Timeline
Log In to Comment