Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151560998
D52943.id163655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
319 B
Referenced Files
None
Subscribers
None
D52943.id163655.diff
View Options
diff --git a/sys/x86/x86/mca.c b/sys/x86/x86/mca.c
--- a/sys/x86/x86/mca.c
+++ b/sys/x86/x86/mca.c
@@ -810,6 +810,11 @@
{
struct mca_internal *rec;
+ if (!mca_startup_done) {
+ mca_log(record);
+ return;
+ }
+
if (mode == POLLED) {
rec = malloc(sizeof(*rec), M_MCA, M_WAITOK);
mtx_lock_spin(&mca_lock);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 5:08 AM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31139363
Default Alt Text
D52943.id163655.diff (319 B)
Attached To
Mode
D52943: x86: print MCAs to the console before MCA initialization
Attached
Detach File
Event Timeline
Log In to Comment