Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151137591
D37621.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
441 B
Referenced Files
None
Subscribers
None
D37621.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D37621: x86: ignore stepping for APL30 errata
Attached
Detach File
Event Timeline
Log In to Comment