The cpuid "extended features" in function 1/%ecx aren't Intel only anymore - my
AMD docs were not up to date. Thanks to Herve for the note. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14578 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -532,7 +532,7 @@ typedef union {
|
||||
uint32 apic_id : 8;
|
||||
|
||||
uint32 features;
|
||||
uint32 extended_features; // Intel only
|
||||
uint32 extended_features;
|
||||
} eax_1;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user