Skip to content

Commit 9ad9f9c

Browse files
committed
ARCv2/ARCv3: Change soft irq number
We have to change soft irq number to 22 since the previous number 21 now is occupied by CDMA. #23 is occupied by cluster PMU. 22 is the last unused by HW irq number.
1 parent f11124f commit 9ad9f9c

File tree

1 file changed

+1
-1
lines changed
  • arch/arc/include/asm

1 file changed

+1
-1
lines changed

arch/arc/include/asm/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/* Platform Independent IRQs */
1818
#ifndef CONFIG_ISA_ARCOMPACT
1919
#define IPI_IRQ 19
20-
#define SOFTIRQ_IRQ 21
20+
#define SOFTIRQ_IRQ 22
2121
#define FIRST_EXT_IRQ 24
2222
#endif
2323

0 commit comments

Comments
 (0)