summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorPetr Cvek2019-06-20 23:39:36 +0200
committerPaul Burton2019-06-24 23:15:04 +0200
commit7c6747bc2e3da8abb63f69eb724006ca8276ce2d (patch)
treee5b5410214821514508678e2d8d840745d6afb35 /arch/mips
parentMIPS: lantiq: Fix attributes of of_device_id structure (diff)
downloadkernel-qcow2-linux-7c6747bc2e3da8abb63f69eb724006ca8276ce2d.tar.gz
kernel-qcow2-linux-7c6747bc2e3da8abb63f69eb724006ca8276ce2d.tar.xz
kernel-qcow2-linux-7c6747bc2e3da8abb63f69eb724006ca8276ce2d.zip
MIPS: lantiq: Remove unused macros
The last use of both macros was in 4.11. Signed-off-by: Petr Cvek <petrcvekcz@gmail.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: hauke@hauke-m.de Cc: john@phrozen.org Cc: linux-mips@vger.kernel.org Cc: openwrt-devel@lists.openwrt.org Cc: pakahmar@hotmail.com
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/lantiq/irq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/lantiq/irq.c b/arch/mips/lantiq/irq.c
index 2df5d37d0a7b..21ccd580f8f5 100644
--- a/arch/mips/lantiq/irq.c
+++ b/arch/mips/lantiq/irq.c
@@ -54,10 +54,6 @@
#define ltq_eiu_w32(x, y) ltq_w32((x), ltq_eiu_membase + (y))
#define ltq_eiu_r32(x) ltq_r32(ltq_eiu_membase + (x))
-/* our 2 ipi interrupts for VSMP */
-#define MIPS_CPU_IPI_RESCHED_IRQ 0
-#define MIPS_CPU_IPI_CALL_IRQ 1
-
/* we have a cascade of 8 irqs */
#define MIPS_CPU_IRQ_CASCADE 8