mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
ANDROID: GKI: Enable PARAVIRT_TIME_ACCOUNTING config
Enable PARAVIRT_TIME_ACCOUNTING in gki_defconfig to support fine granularity task steal time accounting. Bug: 223353878 Change-Id: I26d515ba0a94deacbaddad8432000c64c2cc9187 Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com> (cherry picked from commit 1aeba0549aecb0ce773dd0a54c7d54c837963522)
This commit is contained in:
parent
f63f2a5a63
commit
7a55c18353
|
|
@ -53,7 +53,7 @@ CONFIG_ARCH_HISI=y
|
|||
CONFIG_ARCH_QCOM=y
|
||||
CONFIG_SCHED_MC=y
|
||||
CONFIG_NR_CPUS=32
|
||||
CONFIG_PARAVIRT=y
|
||||
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
|
||||
CONFIG_ARM64_SW_TTBR0_PAN=y
|
||||
CONFIG_COMPAT=y
|
||||
CONFIG_ARMV8_DEPRECATED=y
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ CONFIG_SMP=y
|
|||
CONFIG_X86_X2APIC=y
|
||||
CONFIG_HYPERVISOR_GUEST=y
|
||||
CONFIG_PARAVIRT=y
|
||||
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
|
||||
CONFIG_NR_CPUS=32
|
||||
# CONFIG_X86_MCE is not set
|
||||
CONFIG_EFI=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user