Skip to content

Commit

Permalink
6.10: Fix Zen5 March
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jun 10, 2024
1 parent 57ac259 commit c65f7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 6.10/0004-cachy.patch
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ index 2a7279d80460a..55941c31ade35 100644
+
+config MZEN5
+ bool "AMD Zen 5"
+ depends on (CC_IS_GCC && GCC_VERSION >= 141000) || (CC_IS_CLANG && CLANG_VERSION >= 180000)
+ depends on (CC_IS_GCC && GCC_VERSION >= 140000) || (CC_IS_CLANG && CLANG_VERSION >= 180000)
+ help
+ Select this for AMD Family 19h Zen 5 processors.
+
Expand Down
2 changes: 1 addition & 1 deletion 6.10/all/0001-cachyos-base-all.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5071,7 +5071,7 @@ index 2a7279d80460a..55941c31ade35 100644
+
+config MZEN5
+ bool "AMD Zen 5"
+ depends on (CC_IS_GCC && GCC_VERSION >= 141000) || (CC_IS_CLANG && CLANG_VERSION >= 180000)
+ depends on (CC_IS_GCC && GCC_VERSION >= 140000) || (CC_IS_CLANG && CLANG_VERSION >= 180000)
+ help
+ Select this for AMD Family 19h Zen 5 processors.
+
Expand Down

0 comments on commit c65f7c6

Please sign in to comment.