summaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/include/asm/hw_irq.h')
-rw-r--r--arch/loongarch/include/asm/hw_irq.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/loongarch/include/asm/hw_irq.h b/arch/loongarch/include/asm/hw_irq.h
index 772692e765c0..af4f4e8fbd85 100644
--- a/arch/loongarch/include/asm/hw_irq.h
+++ b/arch/loongarch/include/asm/hw_irq.h
@@ -10,16 +10,6 @@
extern atomic_t irq_err_count;
/*
- * 256 vectors Map:
- *
- * 0 - 15: mapping legacy IPs, e.g. IP0-12.
- * 16 - 255: mapping a vector for external IRQ.
- *
- */
-#define NR_VECTORS 256
-#define IRQ_MATRIX_BITS NR_VECTORS
-#define NR_LEGACY_VECTORS 16
-/*
* interrupt-retrigger: NOP for now. This may not be appropriate for all
* machines, we'll see ...
*/