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