ARM: Activate FIQs to avoid __irq_startup warnings
authorPhil Elwell <phil@raspberrypi.org>
Mon, 11 Dec 2017 09:18:32 +0000 (09:18 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:51 +0000 (16:03 +0000)
commit81da9cedd8d67db52d7626b6de8f6ff4d014eaa4
treea590b579be49e20284225e2fe5f8cb46ede4d91c
parenta644ad8d89bfd2429f6fc67365e3c10d5ce150d8
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