projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9370f31
)
[IA64] Declare field x of M28 (fc vs fc.i).
author
Alex Williamson
<alex.williamson@hp.com>
Wed, 17 Oct 2007 16:28:04 +0000
(10:28 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Wed, 17 Oct 2007 16:28:04 +0000
(10:28 -0600)
Signed-off-by: Tristan Gingold <tgingold@free.fr>
xen/include/asm-ia64/bundle.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/bundle.h
b/xen/include/asm-ia64/bundle.h
index 6f82398944cd178a7053707bf62132e996f7780c..4e9f83376bb709286932e0491c5ce59f8f90f703 100644
(file)
--- a/
xen/include/asm-ia64/bundle.h
+++ b/
xen/include/asm-ia64/bundle.h
@@
-55,7
+55,7
@@
typedef union U_INST64_I28 { // not privileged (mov from AR)
typedef union U_INST64_M28 {
IA64_INST inst;
- struct { unsigned long qp:6, :14, r3:7, x6:6, x3:3, :1, major:4;};
+ struct { unsigned long qp:6, :14, r3:7, x6:6, x3:3,
x
:1, major:4;};
} INST64_M28;
typedef union U_INST64_M29 {