summaryrefslogtreecommitdiffstats
path: root/parallel_xz.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-11-23 10:53:22 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-11-23 10:53:22 -0600
commit07ebe84e7e31faaf69c3ffbc7306dee6ff657b6c (patch)
treefa46ce1d5db508b97fc30cb8f1e41230743a6493 /parallel_xz.sh
parent9a733b7fc936752211d28f5c0fca84ddd7aa7da4 (diff)
downloadkernel-07ebe84e7e31faaf69c3ffbc7306dee6ff657b6c.tar.gz
kernel-07ebe84e7e31faaf69c3ffbc7306dee6ff657b6c.tar.xz
kernel-07ebe84e7e31faaf69c3ffbc7306dee6ff657b6c.zip
kernel-5.10.0-0.rc4.20201120git4d02da974ea8.81
* Fri Nov 20 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.20201120git4d02da974ea8.81] - Fedora config update ("Justin M. Forbes") - redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'parallel_xz.sh')
-rwxr-xr-xparallel_xz.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/parallel_xz.sh b/parallel_xz.sh
index e2c961102..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 > 4 )); then
- procgroup=4
-fi
-
# If told to use only one cpu:
test "$procgroup" || exec xargs -r xz
test "$procgroup" = 1 && exec xargs -r xz