x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]
The: ``` if (shared_per_thread > 0 && threads > 0) shared_per_thread /= threads; ``` Code was accidentally moved to inside the else scope. This doesn't match how it was previously (before af992e7a). This patch fixes that by putting the division after the `else` block.
Loading
-
mentioned in commit 5ea70cc0
-
mentioned in commit f94ff95e
-
mentioned in commit 7a6b1f06
-
mentioned in commit 561e9dad
-
mentioned in commit eb8bf044
-
mentioned in commit 29f401e0
-
mentioned in commit bb7c5721
-
mentioned in commit 86418cbe
-
mentioned in commit 9f27ef80
-
mentioned in commit 077f1f78
-
mentioned in commit 1a200935
Please register or sign in to comment