Re: [PATCH 09/21] x86/intel_rdt: Simplify info and base file lists
From: Thomas Gleixner
Date: Sun Jul 02 2017 - 06:10:16 EST
On Mon, 26 Jun 2017, Vikas Shivappa wrote:
> @@ -82,6 +82,7 @@ struct rdt_resource rdt_resources_all[] = {
> },
> .parse_ctrlval = parse_cbm,
> .format_str = "%d=%0*x",
> + .fflags = RFTYPE_RES_CACHE,
> },
Can you please convert that array to use explicit array member
initializers? I've noticed this back when I reviewed the intial RDT
implementation, but it somehow escaped. i.e.:
[RESOURCE_ID] =
{
.....
}
Thanks,
tglx