diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-06 11:35:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:16:55 -0400 |
commit | fe56b954eadefb8b93b7d6b9244af38a352c8799 (patch) | |
tree | 9a39ce014e6e3e05534535ef872732f857a030d1 /arch | |
parent | 45a98eb2b775caa3d6113cb7a5c2ff4361e09c91 (diff) |
[MIPS] SMTC: Move MIPS_CPU_IPI_IRQ definition into header.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-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 @@ | |||
28 | * This file should be built into the kernel only if CONFIG_MIPS_MT_SMTC is set. | 28 | * This file should be built into the kernel only if CONFIG_MIPS_MT_SMTC is set. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #define MIPS_CPU_IPI_IRQ 1 | ||
32 | |||
33 | #define LOCK_MT_PRA() \ | 31 | #define LOCK_MT_PRA() \ |
34 | local_irq_save(flags); \ | 32 | local_irq_save(flags); \ |
35 | mtflags = dmt() | 33 | mtflags = dmt() |