diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-08-16 13:05:11 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 12:37:36 (GMT) |
commit | 6e74bae9a0c2fc59ffb0e25fec074b4ac0ac7048 (patch) | |
tree | d15d23874a19760e3e2b43cf9ae053d8b3629206 /arch/mips/kernel/smtc-asm.S | |
parent | dc41fb43966ae1318fe34a8e5f959924a7c05d81 (diff) | |
download | linux-6e74bae9a0c2fc59ffb0e25fec074b4ac0ac7048.tar.xz |
[MIPS] SMTC Build fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smtc-asm.S')
-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 4cc3dea..76cb31d 100644 --- a/arch/mips/kernel/smtc-asm.S +++ b/arch/mips/kernel/smtc-asm.S @@ -8,7 +8,7 @@ #include <asm/regdef.h> #include <asm/asmmacro.h> #include <asm/stackframe.h> -#include <asm/stackframe.h> +#include <asm/irqflags.h> /* * "Software Interrupt" linkage. |