aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2019-02-15 15:59:48 +0530
committerAmit Daniel Kachhap <amit.kachhap@arm.com>2019-06-20 14:40:21 +0530
commit0642f98830e15a834c891448e87f177cb0ac36f2 (patch)
treefd8a751347914ce121f3a44b0e6592c490c72952
parentdc575be3e90ce4c34762178f768a91fddc685cbb (diff)
linaro/configs: Disable THUMB2 configlatest-5.1-armlt-20190708latest-5.1-armlt-19.06
This config causes the following warning message for Juno32, 2.300697] WARNING: CPU: 3 PID: 1 at /home/ashr01/ashawork/rc12_1807/latest/linux/lib/idr.c:42 idr_alloc_u32+0xa5/0xe4 [ 2.311385] Modules linked in: [ 2.314415] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 4.17.0-299498-g9b27697-dirty #1 [ 2.322166] Hardware name: Generic DT based system [ 2.326925] [<c010e351>] (unwind_backtrace) from [<c010a9ad>] (show_stack+0x11/0x14) [ 2.334600] [<c010a9ad>] (show_stack) from [<c06f2517>] (dump_stack+0x67/0x74) [ 2.341761] [<c06f2517>] (dump_stack) from [<c011c5ed>] (__warn+0xb9/0xcc) [ 2.348575] [<c011c5ed>] (__warn) from [<c011c6c7>] (warn_slowpath_null+0x2f/0x34) [ 2.356076] [<c011c6c7>] (warn_slowpath_null) from [<c06f4291>] (idr_alloc_u32+0xa5/0xe4) [ 2.364182] [<c06f4291>] (idr_alloc_u32) from [<c06f42fd>] (idr_alloc+0x2d/0x6c) [ 2.371514] [<c06f42fd>] (idr_alloc) _protocol_register+0x2f/0x5c) [ 2.379619] [<c05b24f7>] (scmi_protocol_register) from [<c0102b91>] (do_one_initcall+0x45/0x1c8) [ 2.388328] [<c0102b91>] (do_one_initcall) from [<c0b00da9>] (kernel_init_freeable+0x1d1/0x2a0) [ 2.396952] [<c0b00da9>] (kernel_init_freeable) from [<c07010e1>] (kernel_init+0xd/0xdc) [ 2.404971] [<c07010e1>] (kernel_init) from [<c01010f9>] (ret_from_fork+0x11/0x38) [ 2.412465] Exception stack(0xee8c7fb0 to 0xee8c7ff8) [ 2.417467] 7fa0: 00000000 00000000 00000000 00000000 [ 2.425569] 7fc0: 00000000 00000000 00000000 00000000 00000000 00 Change-Id: I746b5e49ee2b78d18d3cd459cf0b465fc67d5b5e Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
-rw-r--r--linaro/configs/linaro-base-arm.conf2
-rw-r--r--linaro/configs/linaro-base.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/linaro/configs/linaro-base-arm.conf b/linaro/configs/linaro-base-arm.conf
index 70f771bf2c47..f0664fd9d3a3 100644
--- a/linaro/configs/linaro-base-arm.conf
+++ b/linaro/configs/linaro-base-arm.conf
@@ -1,3 +1,3 @@
-CONFIG_THUMB2_KERNEL=y
+#CONFIG_THUMB2_KERNEL is not set
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf
index 98b3bb5509b6..264c66a0503e 100644
--- a/linaro/configs/linaro-base.conf
+++ b/linaro/configs/linaro-base.conf
@@ -17,7 +17,7 @@ CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
#CONFIG_SCHED_SMT is not set
-CONFIG_THUMB2_KERNEL=y
+#CONFIG_THUMB2_KERNEL is not set
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
CONFIG_CPU_FREQ=y