Revert "Enable 'rcu_nocb_poll' kernel config option"

This reverts commit b8fb623dc9.

No longer needed.

Change-Id: I1303055226f8dc6dd02dc3419c87f2042506b833
This commit is contained in:
Jim Gauld 2020-10-27 13:53:04 +00:00
parent b8fb623dc9
commit efa4b9e454
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ else
KERN_OPTS="${KERN_OPTS} nmi_watchdog=panic,1 softlockup_panic=1"
fi
# Add kernel options to relieve each CPU from the responsibility of awakening
# their RCU offload threads
if [[ "$subfunction" =~ lowlatency ]]; then
KERN_OPTS="${KERN_OPTS} rcu_nocb_poll"
fi
# Add kernel option to panic on a softdog timeout
KERN_OPTS="${KERN_OPTS} softdog.soft_panic=1"