commit | b31ef8285b19ec5563274c574fcfe7a5993125ce | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Wed Dec 21 09:47:03 2016 -0800 |
committer | Zhang Rui <rui.zhang@intel.com> | Wed Jan 04 12:47:28 2017 +0800 |
tree | 75b6707ef5cce586befba148c79ba7d733ad5c17 | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 [diff] |
thermal core: convert ID allocation to IDA The thermal core does not use the ability to look up pointers by ID, so convert it from using an IDR to the more space-efficient IDA. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>