FreeBSD Bugzilla – Attachment 222184 Details for
Bug 253272
Page fault in _mca_init during boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Unconditionally allocate the cmci memory
bug_253272.patch (text/plain), 502 bytes, created by
Alan Somers
on 2021-02-05 16:27:29 UTC
(
hide
)
Description:
Unconditionally allocate the cmci memory
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2021-02-05 16:27:29 UTC
Size:
502 bytes
patch
obsolete
>diff --git sys/x86/x86/mca.c sys/x86/x86/mca.c >index d1488ff0ff82..854ebfdf8597 100644 >--- sys/x86/x86/mca.c >+++ sys/x86/x86/mca.c >@@ -890,7 +890,7 @@ mca_setup(uint64_t mcg_cap) > "force_scan", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MPSAFE, NULL, 0, > sysctl_mca_scan, "I", "Force an immediate scan for machine checks"); > #ifdef DEV_APIC >- if (cmci_supported(mcg_cap)) >+ if (cpu_vendor_id == CPU_VENDOR_INTEL) > cmci_setup(); > else if (amd_thresholding_supported()) > amd_thresholding_setup();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253272
: 222184