From: Avi K. <av...@qu...> - 2008-04-28 11:44:11
|
Harvey Harrison wrote: > arch/x86/kvm/x86.c:3484:25: warning: cast truncates bits from constant value (100 becomes 0) > arch/x86/kvm/x86.c:3510:24: warning: cast truncates bits from constant value (100 becomes 0) > > The problem: > cseg_desc.type &= ~(1 << 8); //clear the B flag > nseg_desc.type |= (1 << 8); > > type is a 4-bit bitfield on x86....please look into this. > > I think it ought to be (1 << 1), not (1 << 8), as it refers to the "busy" bit of the task type. Izik? -- error compiling committee.c: too many arguments to function |