mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Fix cpuid 0x7 for AMD
This commit is contained in:
@ -327,9 +327,9 @@ namespace CPU
|
||||
};
|
||||
|
||||
/** @brief Structured Extended Feature Identifiers */
|
||||
struct CPUID0x00000007
|
||||
struct CPUID0x00000007_ECX_0
|
||||
{
|
||||
__amd_cpuid_init(0x00000007);
|
||||
__amd_cpuid_init2(0x00000007, 0x0, _ECX_0);
|
||||
|
||||
/** @brief Structured Extended Feature Identifiers */
|
||||
union
|
||||
|
Reference in New Issue
Block a user