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:
Axel Dörfler
2005-10-30 18:26:41 +00:00
parent ac89958f6e
commit 9235adf794
2 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ typedef union {
uint32 apic_id : 8;
uint32 features;
uint32 extended_features; // Intel only
uint32 extended_features;
} eax_1;
struct {