Changes

286 bytes added ,  06:49, 3 April 2014
Line 211: Line 211:  
  u8 AffinityMask = (Flag0>>2)&0x3;
 
  u8 AffinityMask = (Flag0>>2)&0x3;
 
  u8 IdealProcessor = (Flag0>>0)&0x3;
 
  u8 IdealProcessor = (Flag0>>0)&0x3;
 +
 +
In the exheader data, the IdealProcessor field is a bit-index, while in the accessdesc the IdealProcessor field is a bitmask. When the bit specified by the exheader field is not set in the accessdesc field, an error is returned. "if((1<<exheaderval) & accessdescval == 0)return error"
    
==== Storage Info ====
 
==== Storage Info ====