ARM: Activate FIQs to avoid __irq_startup warnings
authorPhil Elwell <phil@raspberrypi.org>
Mon, 11 Dec 2017 09:18:32 +0000 (09:18 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:32:42 +0000 (16:32 +0100)
commit83e2d2660dcdb287827ac1b940573ae28e59c10c
tree968761e4158eca1461fd03383ff6538955574860
parent94e23160d655f64d1d3459232508b00ddca62ae1
ARM: Activate FIQs to avoid __irq_startup warnings

There is a new test in __irq_startup that the IRQ is activated, which
hasn't been the case for FIQs since they bypass some of the usual setup.

Augment enable_fiq to include a call to irq_activate to avoid the
warning.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/kernel/fiq.c