• T
    x86/intel_rdt: Move CBM specific data into a struct · d3e11b4d
    Thomas Gleixner 提交于
    Memory bandwidth allocation requires different information than cache
    allocation.
    
    To avoid a lump of data in struct rdt_resource, move all cache related
    information into a seperate structure and add that to struct rdt_resource.
    
    Sanitize the data types while at it.
    Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
    Cc: ravi.v.shankar@intel.com
    Cc: tony.luck@intel.com
    Cc: fenghua.yu@intel.com
    Cc: vikas.shivappa@intel.com
    d3e11b4d
intel_rdt_rdtgroup.c 25.9 KB