Commit 6bf8be7f authored by Michal Simek's avatar Michal Simek

microblaze: Enable SPARSE_IRQ

Enabling SPARSE_IRQ to use dynamically allocated irq descriptors.
Signed-off-by: default avatarMubin Sayyed <mubinusm@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a323fb63
......@@ -46,6 +46,7 @@ config MICROBLAZE
select VIRT_TO_BUS
select CPU_NO_EFFICIENT_FFS
select MMU_GATHER_NO_RANGE if MMU
select SPARSE_IRQ
# Endianness selection
choice
......
......@@ -9,7 +9,6 @@
#ifndef _ASM_MICROBLAZE_IRQ_H
#define _ASM_MICROBLAZE_IRQ_H
#define NR_IRQS (32 + 1)
#include <asm-generic/irq.h>
struct pt_regs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment