]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/mmp: Do not call irq_set_default_host() on DT platforms
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 16 Aug 2019 18:18:49 +0000 (20:18 +0200)
committerMarc Zyngier <maz@kernel.org>
Tue, 20 Aug 2019 09:34:34 +0000 (10:34 +0100)
commitc6f59a59c963f4b97b1b5479cb25fcd50350d55c
treed9463c8d09273126a482664ec8600163ad4df6a2
parente340596ea60fa57f58ac78d67a51f752e8c868a3
irqchip/mmp: Do not call irq_set_default_host() on DT platforms

Using a default domain on DT platforms is unnecessary, as the firmware
tables describe the full topology, and nothing is implicit.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
[maz: wrote an actual changelog]
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-mmp.c