X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-alpha%2Fsystem.h;h=bba276c50b15e70b80025c24984e63b36b6daf62;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=1e5ac92d2073a584152f49e4c3d32984a25a3b33;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-alpha/system.h b/include/asm-alpha/system.h index 1e5ac92d2..bba276c50 100644 --- a/include/asm-alpha/system.h +++ b/include/asm-alpha/system.h @@ -55,9 +55,9 @@ */ struct el_common { unsigned int size; /* size in bytes of logout area */ - int sbz1 : 30; /* should be zero */ - int err2 : 1; /* second error */ - int retry : 1; /* retry flag */ + unsigned int sbz1 : 30; /* should be zero */ + unsigned int err2 : 1; /* second error */ + unsigned int retry : 1; /* retry flag */ unsigned int proc_offset; /* processor-specific offset */ unsigned int sys_offset; /* system-specific offset */ unsigned int code; /* machine check code */