kernel-5.10.0-0.rc4.20201119gitc2e7554e1b85.80
* Thu Nov 19 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.20201119gitc2e7554e1b85.80]
- 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>
This commit is contained in:
parent
4d0a2f43d8
commit
9a733b7fc9
18 changed files with 45 additions and 37 deletions
|
|
@ -17,8 +17,8 @@ while test "$#" != 0; do
|
|||
done
|
||||
|
||||
#This seems to cause problems with large numbers
|
||||
if (( $procgroup > 8 )); then
|
||||
procgroup=8
|
||||
if (( $procgroup > 4 )); then
|
||||
procgroup=4
|
||||
fi
|
||||
|
||||
# If told to use only one cpu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue