diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2023-08-10 19:28:24 -0500 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2023-08-11 15:33:08 -0500 |
commit | 084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede (patch) | |
tree | 1b79cc8113295ce1322c35f3c6b1c557acda7989 /NEWS | |
parent | f6b10ed8e9a00de49d0951e760cc2b5288862b47 (diff) | |
download | glibc-084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede.tar.gz glibc-084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede.tar.xz glibc-084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede.zip |
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 af992e7abd). This patch fixes that by putting the division after the `else` block.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions