From: Alex Williamson Date: Wed, 17 Oct 2007 16:28:04 +0000 (-0600) Subject: [IA64] Declare field x of M28 (fc vs fc.i). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14863 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe5ffe7cacda53e6f12b6007f543757e7e7060da;p=xen.git [IA64] Declare field x of M28 (fc vs fc.i). Signed-off-by: Tristan Gingold --- diff --git a/xen/include/asm-ia64/bundle.h b/xen/include/asm-ia64/bundle.h index 6f82398944..4e9f83376b 100644 --- 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 {