commit | d3e11b4d6ffd363747ac6e6b5522baa9ca5a20c0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Apr 14 13:00:36 2017 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Apr 14 16:10:07 2017 +0200 |
tree | dbea1fcf4b240ba745c51e233e23000f322160ea | |
parent | 2545e9f51ea860736c4dc1e90a44ed75e9c91e3b [diff] |
x86/intel_rdt: Move CBM specific data into a struct 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: Thomas 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