Advertisement
snadge

amd bulldozer 6.9 fix

Jun 13th, 2024
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.53 KB | None | 0 0
  1. --- arch/x86/kernel/cpu/topology_amd.c.orig 2024-06-01 13:47:30.159208467 +1000
  2. +++ arch/x86/kernel/cpu/topology_amd.c  2024-06-01 14:34:30.276452787 +1000
  3. @@ -84,9 +84,9 @@
  4.  
  5.     /*
  6.      * If leaf 0xb is available, then the domain shifts are set
  7. -    * already and nothing to do here.
  8. +    * already and nothing to do here. Only valid for family >= 0x17.
  9.      */
  10. -   if (!has_0xb) {
  11. +   if (!has_0xb && tscan->c->x86 >= 0x17) {
  12.         /*
  13.          * Leaf 0x80000008 set the CORE domain shift already.
  14.          * Update the SMT domain, but do not propagate it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement