sdm660-common: Disable KPTI feature
It can also help increase performance by a lot in some scenarios. Signed-off-by: Kuba Wojciechowski <nullbytepl@gmail.com>
This commit is contained in:
parent
7b3df1cb47
commit
68f90e68cf
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 ear
|
|||
BOARD_KERNEL_CMDLINE += loop.max_part=7
|
||||
BOARD_KERNEL_CMDLINE += printk.devkmsg=on
|
||||
BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7
|
||||
BOARD_KERNEL_CMDLINE += kpti=off
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
BOARD_KERNEL_PAGESIZE := 4096
|
||||
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
|
||||
|
|
Loading…
Reference in a new issue