Skip to content

Commit

Permalink
OcCpuLib: Fix wrong definition for AMD_CPU_EXT_FAMILY_1AH (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaneee authored Oct 13, 2024
1 parent 9bdb983 commit 913c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/Intel/IndustryStandard/ProcessorInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ typedef enum {
#define AMD_CPU_EXT_FAMILY_16H 0x7
#define AMD_CPU_EXT_FAMILY_17H 0x8
#define AMD_CPU_EXT_FAMILY_19H 0xA
#define AMD_CPU_EXT_FAMILY_1AH 0x1A
#define AMD_CPU_EXT_FAMILY_1AH 0xB

// CPU_P_STATE_COORDINATION
/// P-State Coordination
Expand Down

0 comments on commit 913c950

Please sign in to comment.