]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
MIPS: Add struct p_format to union mips_instruction.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 17 Jan 2013 14:21:03 +0000 (15:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Jan 2013 14:33:00 +0000 (15:33 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/inst.h

index ab84064283db2c50d847d888b32e42a4d316dd7d..33c34adbecfa19ae457699d449d8242ed5a0f43c 100644 (file)
@@ -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;