[PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
On some machines we end up with incomplete cache information. This can
make the new calculation of `sizeof(total-L3)/custom-divisor` end up
lower than intended (and lower than the prior value). So reintroduce
the old bound as a lower bound to avoid potentially regressing code
where we don't have complete information to make the decision.
Reviewed-by:
DJ Delorie <dj@redhat.com>
Loading
-
mentioned in commit cc8243fb
-
mentioned in commit a07ab67a
-
mentioned in commit 1c3ecf58
-
mentioned in commit 64b184fd
-
mentioned in commit 68a20304
-
mentioned in commit 83ce856e
-
mentioned in commit 1ebb55d5
-
mentioned in commit 01a8874e
-
mentioned in commit ed4ceabe
-
mentioned in commit 6c8475a3
Please register or sign in to comment