microblaze: Remove interrupt handler
authorMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:16:32 +0000 (14:16 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:16:32 +0000 (14:16 +0200)
commitaec051d813906f2a52b840d0d12a0764370aba1a
tree3b40db680c0c574c8813cd5b0e670e017b346c8a
parenta36d86720f23a6dd503073a82905002b88c8e363
microblaze: Remove interrupt handler

The primary purpose for this code was timer. By converting it to
CONFIG_TIMER there is no code which uses this implementation that's why
remove it. If there is a need to handle interrupts this patch can be
reverted in future.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/5f2decc5a30a5678490ebde26d8c6f5a5f873cda.1654684731.git.michal.simek@amd.com
arch/Kconfig
arch/microblaze/cpu/interrupts.c
arch/microblaze/include/asm/microblaze_intc.h [deleted file]