Page MenuHomeFreeBSD

D37621.diff
No OneTemporary

D37621.diff

diff --git a/sys/x86/x86/cpu_machdep.c b/sys/x86/x86/cpu_machdep.c
--- a/sys/x86/x86/cpu_machdep.c
+++ b/sys/x86/x86/cpu_machdep.c
@@ -823,7 +823,7 @@
}
if (cpu_vendor_id == CPU_VENDOR_INTEL &&
- (cpu_id == 0x506c9 || cpu_id == 0x506ca)) {
+ CPUID_TO_FAMILY(cpu_id) == 0x6 && CPUID_TO_MODEL(cpu_id) == 0x5c) {
/*
* Apollo Lake errata APL31 (public errata APL30).
* Stores to the armed address range may not trigger

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 8:30 AM (13 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31021012
Default Alt Text
D37621.diff (441 B)

Event Timeline