aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2019-02-13 17:50:09 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2019-02-15 11:40:14 +0000
commit950a8eab4026aeef5f4c7f035d78da08d9d6cf59 (patch)
treec975b10fc1948ae5881478b7dbc351aa416fe1bd
parent77ddc2fff24f99a36808d2ff2d2862bcf14e59d9 (diff)
linaro/configs: Align with defconfig
Remove CONFIG_SCHED_SMT as it is not present in arm64 defconfig. This removes the following boot up BUG messages, [ 3.257586] BUG: EAS setup borken for CPU5 [ 3.261652] energy data on MC but not on SMT domain [ 3.267263] BUG: EAS setup borken for CPU4 [ 3.271345] energy data on MC but not on SMT domain [ 3.276628] BUG: EAS setup borken for CPU3 [ 3.280703] energy data on MC but not on SMT domain [ 3.286010] BUG: EAS setup borken for CPU2 [ 3.290081] energy data on MC but not on SMT domain [ 3.295360] BUG: EAS setup borken for CPU1 [ 3.299430] energy data on MC but not on SMT domain [ 3.304708] BUG: EAS setup borken for CPU1 [ 3.308779] energy data on DIE but not on MC domain [ 3.314056] BUG: EAS setup borken for CPU0 [ 3.318129] energy data on MC but not on SMT domain [ 3.323403] BUG: EAS setup borken for CPU0 Change-Id: I29fdc32084975ec08197c6a193e125feef021066 Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
-rw-r--r--linaro/configs/linaro-base.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf
index 6740cebb039b..98b3bb5509b6 100644
--- a/linaro/configs/linaro-base.conf
+++ b/linaro/configs/linaro-base.conf
@@ -16,7 +16,7 @@ CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
-CONFIG_SCHED_SMT=y
+#CONFIG_SCHED_SMT is not set
CONFIG_THUMB2_KERNEL=y
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set