feat: Disable split lock mitigation for increased gaming performance in titles like God of War (Thanks Saber J2X)

This commit is contained in:
Kyle Gospodnetich 2023-10-18 16:03:29 -07:00
parent 250f20e13e
commit 3be722994c
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
if [[ ! $KARGS =~ "nmi_watchdog" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=nmi_watchdog=0"
fi
if [[ ! $KARGS =~ "modprobe.blacklist=sp5100_tco" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=modprobe.blacklist=sp5100_tco"
fi

View File

@ -0,0 +1 @@
kernel.split_lock_mitigate=0