Bump linux-rt patches (#385)

This commit is contained in:
X9VoiD
2021-12-17 21:49:22 +08:00
committed by GitHub
parent 187fa082dd
commit 0039053715

View File

@@ -26,19 +26,19 @@ _rt_subver_map=(
["5.10"]="83"
["5.11"]="4"
["5.14"]="2"
["5.15"]="5"
["5.15"]="7"
)
# PREEMPT_RT's patch revision for the kernel
# We separated this to allow for forcing the application of the patch when _preempt_rt_force=1 on version mismatch
typeset -Ag _rt_rev_map
_rt_rev_map=(
["5.4"]="66"
["5.4"]="67"
["5.9"]="20"
["5.10"]="58"
["5.11"]="11"
["5.14"]="21"
["5.15"]="22"
["5.15"]="23"
)
_undefine() {