diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-17 15:21:03 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-01-17 15:33:00 +0100 |
commit | 9561fefc9816e9c7a952bf0e25331e395ff03a6e (patch) | |
tree | 3c2987d0e90912cd1e5c70567a1245aa5f31e54f | |
parent | 0bc1c15735f103803d76d30a9fd97ea3610eaee6 (diff) | |
download | op-kernel-dev-9561fefc9816e9c7a952bf0e25331e395ff03a6e.zip op-kernel-dev-9561fefc9816e9c7a952bf0e25331e395ff03a6e.tar.gz |
MIPS: Add struct p_format to union mips_instruction.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 ab84064..33c34adb 100644 --- a/arch/mips/include/asm/inst.h +++ b/arch/mips/include/asm/inst.h @@ -353,6 +353,7 @@ union mips_instruction { struct u_format u_format; struct c_format c_format; struct r_format r_format; + struct p_format p_format; struct f_format f_format; struct ma_format ma_format; struct b_format b_format; |