]> nv-tegra.nvidia Code Review - linux-4.9.git/commitdiff
arm64: tegra_defconfig: fix duplicated symbol assignment.
authorLeon Yu <leoyu@nvidia.com>
Thu, 8 Nov 2018 03:15:28 +0000 (11:15 +0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 9 Nov 2018 08:44:44 +0000 (00:44 -0800)
Below warning is seen during kernel build:

arch/arm64/configs//tegra_defconfig:8:warning: override: reassigning to symbol IRQ_TIME_ACCOUNTING

It seems to be bad conflict resolution during cherry-picking changes.
This patch removes duplicated IRQ_TIME_ACCOUNTING assignment.

Bug 2049432

Change-Id: Ieca6f6c0e1f21a530f02168f9f76fdfaf92d7bb0
Signed-off-by: Leon Yu <leoyu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1945439
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
arch/arm64/configs/tegra_defconfig

index 882bd763115fb44cc65170fc8c3ce58630e0b836..b7091fa52cd209ef6428c57a4c34c73d7f8c51bb 100644 (file)
@@ -3,7 +3,6 @@ CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_AUDIT=y
 CONFIG_NO_HZ=y
-CONFIG_IRQ_TIME_ACCOUNTING=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_IRQ_TIME_ACCOUNTING=y
 CONFIG_BSD_PROCESS_ACCT=y