diff options
author | Ralf Baechle | 2007-08-06 17:35:23 +0200 |
---|---|---|
committer | Ralf Baechle | 2007-08-27 03:16:55 +0200 |
commit | fe56b954eadefb8b93b7d6b9244af38a352c8799 (patch) | |
tree | 9a39ce014e6e3e05534535ef872732f857a030d1 /arch/mips/kernel | |
parent | [MIPS] Malta: Include <linux/irq.h for cp0_compare_irq / cp0_perfcount_irq. (diff) | |
download | kernel-qcow2-linux-fe56b954eadefb8b93b7d6b9244af38a352c8799.tar.gz kernel-qcow2-linux-fe56b954eadefb8b93b7d6b9244af38a352c8799.tar.xz kernel-qcow2-linux-fe56b954eadefb8b93b7d6b9244af38a352c8799.zip |
[MIPS] SMTC: Move MIPS_CPU_IPI_IRQ definition into header.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/smtc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 16aa5d37117c..43826c16101d 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c @@ -28,8 +28,6 @@ * This file should be built into the kernel only if CONFIG_MIPS_MT_SMTC is set. */ -#define MIPS_CPU_IPI_IRQ 1 - #define LOCK_MT_PRA() \ local_irq_save(flags); \ mtflags = dmt() |