summaryrefslogtreecommitdiff
path: root/include/asm-m68k/ptrace.h
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 17:56:09 +0000
committerstroese <stroese>2004-12-16 17:56:09 +0000
commitcd42deebd2d27dbefd91b757c852901351992e5a (patch)
tree945317b1f4aa9ee4124689cb9c6b27367ee3847d /include/asm-m68k/ptrace.h
parente2c22d780e64e385e1c07b0e2203f164ca92f2c9 (diff)
Coldfire MCF5249 support added
Diffstat (limited to 'include/asm-m68k/ptrace.h')
-rw-r--r--include/asm-m68k/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/ptrace.h b/include/asm-m68k/ptrace.h
index a80ff900b..a6d3d7454 100644
--- a/include/asm-m68k/ptrace.h
+++ b/include/asm-m68k/ptrace.h
@@ -43,7 +43,7 @@ struct pt_regs {
ulong a4;
ulong a5;
ulong a6;
-#if defined(CONFIG_M5272) || defined(CONFIG_M5282)
+#if defined(CONFIG_M5272) || defined(CONFIG_M5282) || defined(CONFIG_M5249)
unsigned format : 4; /* frame format specifier */
unsigned vector : 12; /* vector offset */
unsigned short sr;