diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-07 09:07:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:26:09 -0400 |
commit | 192ef366198ce16c0379100565cdc5b7bd68511f (patch) | |
tree | 1f4ef0a9ee796fbf970b6f0703aa31ecad584ee1 /include/asm-mips/mipsregs.h | |
parent | 8d197f3d17d4f43eb7d032491af7fc959cbed4fa (diff) |
[MIPS] TRACE_IRQFLAGS_SUPPORT support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r-- | include/asm-mips/mipsregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index b4169f0fb13b..677668867b9d 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h | |||
@@ -1417,7 +1417,7 @@ change_c0_##name(unsigned int change, unsigned int new) \ | |||
1417 | 1417 | ||
1418 | #else /* SMTC versions that manage MT scheduling */ | 1418 | #else /* SMTC versions that manage MT scheduling */ |
1419 | 1419 | ||
1420 | #include <asm/interrupt.h> | 1420 | #include <linux/irqflags.h> |
1421 | 1421 | ||
1422 | /* | 1422 | /* |
1423 | * This is a duplicate of dmt() in mipsmtregs.h to avoid problems with | 1423 | * This is a duplicate of dmt() in mipsmtregs.h to avoid problems with |