Enable load kernel modules in parallel
enable load kernel modules in parallel but load some specific modules in sequential Test: reboot more than 5000 times without failure Bug: 229794277 Change-Id: Ic4961389d58b5195d252dff15cbb92bb391caacc Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
e44238489b
commit
11d6a8329d
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@ else
|
||||||
TARGET_SCREEN_DENSITY := 420
|
TARGET_SCREEN_DENSITY := 420
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Enable load module in parallel
|
||||||
|
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||||
|
|
||||||
|
# The modules which need to be loaded in sequential
|
||||||
|
BOARD_KERNEL_CMDLINE += vh_sched.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
|
||||||
|
|
||||||
TARGET_BOARD_INFO_FILE := device/google/bluejay/board-info.txt
|
TARGET_BOARD_INFO_FILE := device/google/bluejay/board-info.txt
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := bluejay
|
TARGET_BOOTLOADER_BOARD_NAME := bluejay
|
||||||
USES_DEVICE_GOOGLE_BLUEJAY := true
|
USES_DEVICE_GOOGLE_BLUEJAY := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue