From: Ralf Baechle Date: Thu, 17 Jan 2013 14:21:03 +0000 (+0100) Subject: MIPS: Add struct p_format to union mips_instruction. X-Git-Tag: v3.8-rc6~4^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9561fefc9816e9c7a952bf0e25331e395ff03a6e;p=karo-tx-linux.git MIPS: Add struct p_format to union mips_instruction. Signed-off-by: Ralf Baechle --- 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 { 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;