mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Disable kpti/ssbd for gen3 chipset
Gen3 chipset does not exposed meltdown vulnerability ,so disable it in kernel side for better performance. SSB by default works in kernel mode which bring in big syscall overhead, disable it by default. Change-Id: I8a105c85fa764d47cf31539e38fec6e747af3c5d
This commit is contained in:
@@ -334,7 +334,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
chosen {};
|
||||
chosen {
|
||||
bootargs = "kpti=0 ssbd=force-off";
|
||||
};
|
||||
|
||||
firmware: firmware {
|
||||
android {
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
};
|
||||
|
||||
chosen: chosen {
|
||||
bootargs = "qcom_dma_heaps.enable_bitstream_contig_heap=y";
|
||||
bootargs = "qcom_dma_heaps.enable_bitstream_contig_heap=y kpti=0 ssbd=force-off";
|
||||
};
|
||||
|
||||
soc: soc { };
|
||||
|
||||
Reference in New Issue
Block a user