• Thomas Gleixner's avatar
    x86/intel_rdt: Move CBM specific data into a struct · d3e11b4d
    Thomas Gleixner authored
    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: default avatarThomas 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.h 6.15 KB