Re: [PATCH 12/21] x86/intel_rdt/cqm: Add tasks file support

From: Thomas Gleixner
Date: Sun Jul 02 2017 - 07:02:03 EST


On Mon, 26 Jun 2017, Vikas Shivappa wrote:
> @@ -866,6 +866,7 @@ struct task_struct {
> #endif
> #ifdef CONFIG_INTEL_RDT
> int closid;
> + u32 rmid;

Can you please make a preparatory change which makes closid an u32 as well?
We should have done that in the first place, but in hindsight we are always
smarter...

Thanks,

tglx