diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-16 10:50:42 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-11-16 10:50:42 -0600 |
commit | 6c08b065ee573e0f3ceace504e738d7a0ca5f829 (patch) | |
tree | ab6075d6e78e7bbd4f0d4bde80174bfcbd86ef7f /parallel_xz.sh | |
parent | f1879fd534d196a61d446b0d3f70bd3e804390df (diff) | |
download | kernel-6c08b065ee573e0f3ceace504e738d7a0ca5f829.tar.gz kernel-6c08b065ee573e0f3ceace504e738d7a0ca5f829.tar.xz kernel-6c08b065ee573e0f3ceace504e738d7a0ca5f829.zip |
kernel-5.10.0-0.rc4.77
* Mon Nov 16 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.77]
- No need to review, Temporary workarounds due to DEBUG_INFO_BTF not working ("Justin M. Forbes")
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'parallel_xz.sh')
-rwxr-xr-x | parallel_xz.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/parallel_xz.sh b/parallel_xz.sh index 07013f149..bc08a548d 100755 --- a/parallel_xz.sh +++ b/parallel_xz.sh @@ -16,11 +16,6 @@ while test "$#" != 0; do shift done -#This seems to cause problems with large numbers -if (( $procgroup > 12 )); then - procgroup=12 -fi - # If told to use only one cpu: test "$procgroup" || exec xargs -r xz test "$procgroup" = 1 && exec xargs -r xz |