diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-17 09:21:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-01-17 09:33:00 -0500 |
commit | 9561fefc9816e9c7a952bf0e25331e395ff03a6e (patch) | |
tree | 3c2987d0e90912cd1e5c70567a1245aa5f31e54f /arch | |
parent | 0bc1c15735f103803d76d30a9fd97ea3610eaee6 (diff) |
MIPS: Add struct p_format to union mips_instruction.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/inst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/inst.h b/arch/mips/include/asm/inst.h index ab84064283db..33c34adbecfa 100644 --- a/arch/mips/include/asm/inst.h +++ b/arch/mips/include/asm/inst.h | |||
@@ -353,6 +353,7 @@ union mips_instruction { | |||
353 | struct u_format u_format; | 353 | struct u_format u_format; |
354 | struct c_format c_format; | 354 | struct c_format c_format; |
355 | struct r_format r_format; | 355 | struct r_format r_format; |
356 | struct p_format p_format; | ||
356 | struct f_format f_format; | 357 | struct f_format f_format; |
357 | struct ma_format ma_format; | 358 | struct ma_format ma_format; |
358 | struct b_format b_format; | 359 | struct b_format b_format; |