projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc1c15
)
MIPS: Add struct p_format to union mips_instruction.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 17 Jan 2013 14:21:03 +0000
(15:21 +0100)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/inst.h
b/arch/mips/include/asm/inst.h
index ab84064283db2c50d847d888b32e42a4d316dd7d..33c34adbecfa19ae457699d449d8242ed5a0f43c 100644
(file)
--- 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;