[PATCH V4 10/38] x86/intel_rdt: Making CBM name and type more explicit

2018-05-22 Thread Reinette Chatre
cbm_validate() receives a pointer to the variable that will be initialized with a validated capacity bitmask. The pointer points to a variable of type unsigned long that is immediately assigned to a variable of type u32 by the caller on return from cbm_validate(). Let cbm_validate() initialize a

[PATCH V4 10/38] x86/intel_rdt: Making CBM name and type more explicit

2018-05-22 Thread Reinette Chatre
cbm_validate() receives a pointer to the variable that will be initialized with a validated capacity bitmask. The pointer points to a variable of type unsigned long that is immediately assigned to a variable of type u32 by the caller on return from cbm_validate(). Let cbm_validate() initialize a