Skip to content

Commit 6bf8be7

Browse files
author
Michal Simek
committed
microblaze: Enable SPARSE_IRQ
Enabling SPARSE_IRQ to use dynamically allocated irq descriptors. Signed-off-by: Mubin Sayyed <[email protected]> Signed-off-by: Michal Simek <[email protected]>
1 parent a323fb6 commit 6bf8be7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

arch/microblaze/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ config MICROBLAZE
4646
select VIRT_TO_BUS
4747
select CPU_NO_EFFICIENT_FFS
4848
select MMU_GATHER_NO_RANGE if MMU
49+
select SPARSE_IRQ
4950

5051
# Endianness selection
5152
choice

arch/microblaze/include/asm/irq.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef _ASM_MICROBLAZE_IRQ_H
1010
#define _ASM_MICROBLAZE_IRQ_H
1111

12-
#define NR_IRQS (32 + 1)
1312
#include <asm-generic/irq.h>
1413

1514
struct pt_regs;

0 commit comments

Comments
 (0)