Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong definition for AMD_CPU_EXT_FAMILY_1AH #563

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

Shaneee
Copy link
Contributor

@Shaneee Shaneee commented Oct 12, 2024

Defined the CPU family wrong. This fixes it.

@@ -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 0x0B
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to 0xB. How should the changelog be updated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed. As for changelog maybe,

Adjusted AMD Family 1Ah CPU support to use 0xB for AMD_CPU_EXT_FAMILY_1AH

@vit9696 vit9696 merged commit 913c950 into acidanthera:master Oct 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants