Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161360880
D20877.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D20877.id.diff
View Options
Index: head/sys/dev/vt/vt_cpulogos.c
===================================================================
--- head/sys/dev/vt/vt_cpulogos.c
+++ head/sys/dev/vt/vt_cpulogos.c
@@ -229,9 +229,8 @@
return;
VT_LOCK(vd);
- KASSERT((vd->vd_flags & VDF_INITIALIZED) != 0,
- ("vd %p not initialized", vd));
-
+ if ((vd->vd_flags & VDF_INITIALIZED) == 0)
+ goto out;
if ((vd->vd_flags & (VDF_DEAD | VDF_TEXTMODE)) != 0)
goto out;
if (vd->vd_height <= vt_logo_sprite_height)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 3:48 AM (2 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34644803
Default Alt Text
D20877.id.diff (482 B)
Attached To
Mode
D20877: Ignore kern.vt.splash_cpu on bhyve
Attached
Detach File
Event Timeline
Log In to Comment