Max Filippov
6b0132f730
xtensa: call irqchip_init only when CONFIG_USE_OF is selected
...
[ Upstream commit 6489f8d0e1d93a3603d8dad8125797559e4cf2a2 ]
During boot time kernel configured with OF=y but USE_OF=n displays the
following warnings and hangs shortly after starting userspace:
------------[ cut here ]------------
WARNING: CPU: 0 PID: 0 at kernel/irq/irqdomain.c:695 irq_create_mapping_affinity+0x29/0xc0
irq_create_mapping_affinity(, 6) called with NULL domain
CPU: 0 PID: 0 Comm: swapper Not tainted 5.15.0-rc3-00001-gd67ed2510d28 #30
Call Trace:
__warn+0x69/0xc4
warn_slowpath_fmt+0x6c/0x94
irq_create_mapping_affinity+0x29/0xc0
local_timer_setup+0x40/0x88
time_init+0xb1/0xe8
start_kernel+0x31d/0x3f4
_startup+0x13b/0x13b
---[ end trace 1e6630e1c5eda35b ]---
------------[ cut here ]------------
WARNING: CPU: 0 PID: 0 at arch/xtensa/kernel/time.c:141 local_timer_setup+0x58/0x88
error: can't map timer irq
CPU: 0 PID: 0 Comm: swapper Tainted: G W 5.15.0-rc3-00001-gd67ed2510d28 #30
Call Trace:
__warn+0x69/0xc4
warn_slowpath_fmt+0x6c/0x94
local_timer_setup+0x58/0x88
time_init+0xb1/0xe8
start_kernel+0x31d/0x3f4
_startup+0x13b/0x13b
---[ end trace 1e6630e1c5eda35c ]---
Failed to request irq 0 (timer)
Fix that by calling irqchip_init only when CONFIG_USE_OF is selected and
calling legacy interrupt controller init otherwise.
Fixes: da844a81779e ("xtensa: add device trees support")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-10-13 10:04:26 +02:00
..
2020-10-18 09:27:10 -07:00
2020-03-25 11:50:48 +01:00
2017-12-10 14:48:53 -08:00
2020-07-31 14:15:57 -07:00
2021-04-07 15:00:09 +02:00
2020-07-31 14:15:57 -07:00
2019-11-26 11:33:38 -08:00
2019-05-06 17:48:55 -07:00
2021-10-13 10:04:26 +02:00
2019-01-06 09:46:51 +09:00
2019-11-11 10:52:18 +01:00
2019-07-08 10:04:48 -07:00
2017-12-16 22:37:08 -08:00
2020-10-06 07:07:06 +02:00
2019-06-16 23:31:29 -07:00
2020-07-31 14:09:12 -07:00
2020-01-31 12:17:28 -08:00
2020-07-04 23:41:37 +02:00
2020-08-07 09:29:25 -07:00
2016-11-16 15:08:28 -08:00
2021-10-13 10:04:26 +02:00
2020-10-17 15:04:36 -06:00
2021-07-14 16:55:50 +02:00
2019-09-01 13:11:57 -07:00
2018-12-17 13:50:25 -08:00
2020-03-03 18:40:26 -08:00
2020-06-09 09:39:13 -07:00
2020-06-09 09:39:13 -07:00
2020-02-04 21:57:02 -08:00
2020-08-07 11:33:26 -07:00