aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2023-08-10 19:28:24 -0500
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-16 11:31:57 +0200
commit86e01e21cfd28e4d32bcde407ad65fa8ae4caecb (patch)
tree5ba41de33426aed69c879e0156a98f212bbef634 /elf/tst-dlmopen-dlerror-mod.c
parentx86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. (diff)
downloadglibc-86e01e21cfd28e4d32bcde407ad65fa8ae4caecb.tar.gz
glibc-86e01e21cfd28e4d32bcde407ad65fa8ae4caecb.tar.bz2
glibc-86e01e21cfd28e4d32bcde407ad65fa8ae4caecb.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. (cherry picked from commit 084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede) (cherry picked from commit f94ff95e936d41e28697bd4eac04954139b93558)
Diffstat (limited to 'elf/tst-dlmopen-dlerror-mod.c')
0 files changed, 0 insertions, 0 deletions