diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2019-11-29 14:59:59 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-12-11 21:53:24 +0300 |
commit | 1b68ac8678a8e9993deebd55014cbe803e78ca02 (patch) | |
tree | 238e1b770590a25cc218e4437ea574278e4db246 /arch/s390/Kconfig | |
parent | 157309a97015d8b32d65847d8a6d493d1a958e93 (diff) | |
download | linux-1b68ac8678a8e9993deebd55014cbe803e78ca02.tar.xz |
s390: remove last diag 0x44 caller
diag 0x44 is a voluntary undirected yield of a virtual CPU. This has
caused a lot of performance issues in the past.
There is only one caller left, and that one is only executed if diag
0x9c (directed yield) is not present. Given that all hypervisors
implement diag 0x9c anyway, remove the last diag 0x44 to avoid that
more callers will be added.
Worst case that could happen now, if diag 0x9c is not present, is that
a virtual CPU would loop a bit instead of giving its time slice up.
diag 0x44 statistics in debugfs are kept and will always be zero, so
that user space can tell that there are no calls.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
0 files changed, 0 insertions, 0 deletions