sm8350-common: Disable kpti
* As per qualcomm - "SM8150/SM8250/SM8350/SM7250/SM7150/SM6150 - KPTI Not required". * It can also help increase performance by a lot in some scenarios.
This commit is contained in:
parent
6c15d4b0c6
commit
5d1f057b85
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ BOARD_KERNEL_CMDLINE += swiotlb=0
|
|||
BOARD_KERNEL_CMDLINE += pcie_ports=compat
|
||||
BOARD_KERNEL_CMDLINE += iptable_raw.raw_before_defrag=1
|
||||
BOARD_KERNEL_CMDLINE += ip6table_raw.raw_before_defrag=1
|
||||
BOARD_KERNEL_CMDLINE += kpti=off
|
||||
|
||||
# Lineage Health
|
||||
TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_BYPASS := false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue