Skip to content

Commit

Permalink
ARCv2/ARCv3: Change soft irq number
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xxkent committed Oct 10, 2023
1 parent 3b4a875 commit af674a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arc/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/* Platform Independent IRQs */
#ifndef CONFIG_ISA_ARCOMPACT
#define IPI_IRQ 19
#define SOFTIRQ_IRQ 21
#define SOFTIRQ_IRQ 22
#define FIRST_EXT_IRQ 24
#endif

Expand Down

0 comments on commit af674a0

Please sign in to comment.