diff options
author | stroese <stroese> | 2004-12-16 17:56:09 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 17:56:09 +0000 |
commit | cd42deebd2d27dbefd91b757c852901351992e5a (patch) | |
tree | 945317b1f4aa9ee4124689cb9c6b27367ee3847d /include/asm-m68k/ptrace.h | |
parent | e2c22d780e64e385e1c07b0e2203f164ca92f2c9 (diff) | |
download | u-boot-imx-cd42deebd2d27dbefd91b757c852901351992e5a.zip u-boot-imx-cd42deebd2d27dbefd91b757c852901351992e5a.tar.gz u-boot-imx-cd42deebd2d27dbefd91b757c852901351992e5a.tar.bz2 |
Coldfire MCF5249 support added
Diffstat (limited to 'include/asm-m68k/ptrace.h')
-rw-r--r-- | include/asm-m68k/ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/ptrace.h b/include/asm-m68k/ptrace.h index a80ff90..a6d3d74 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; |