From 07ebe84e7e31faaf69c3ffbc7306dee6ff657b6c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 23 Nov 2020 10:53:22 -0600 Subject: kernel-5.10.0-0.rc4.20201120git4d02da974ea8.81 * Fri Nov 20 2020 Fedora Kernel Team [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 --- parallel_xz.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'parallel_xz.sh') 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 -- cgit