diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-08-16 09:05:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:36 -0400 |
commit | 6e74bae9a0c2fc59ffb0e25fec074b4ac0ac7048 (patch) | |
tree | d15d23874a19760e3e2b43cf9ae053d8b3629206 /arch | |
parent | dc41fb43966ae1318fe34a8e5f959924a7c05d81 (diff) |
[MIPS] SMTC Build fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/smtc-asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smtc-asm.S b/arch/mips/kernel/smtc-asm.S index 4cc3dea36612..76cb31d57482 100644 --- a/arch/mips/kernel/smtc-asm.S +++ b/arch/mips/kernel/smtc-asm.S | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <asm/regdef.h> | 8 | #include <asm/regdef.h> |
9 | #include <asm/asmmacro.h> | 9 | #include <asm/asmmacro.h> |
10 | #include <asm/stackframe.h> | 10 | #include <asm/stackframe.h> |
11 | #include <asm/stackframe.h> | 11 | #include <asm/irqflags.h> |
12 | 12 | ||
13 | /* | 13 | /* |
14 | * "Software Interrupt" linkage. | 14 | * "Software Interrupt" linkage. |