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, 27 Jan 2021 19:12:54 +0000 (19:12 +0000)
commitd7c6287cc9a760a47d16c0ebd2a4de1aaa6bc996
treec9f472a73f06120e96f10729a0a84f61126c8723
parente7463e0cdd5c522f6e15069ae73dc91108623e7c
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