commit | d01b1f96a82e5dd7841a1d39db3abfdaf95f70ab | [log] [tgz] |
---|---|---|
author | Peter Zijlstra (Intel) <peterz@infradead.org> | Tue Mar 05 22:23:15 2019 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Mar 06 09:25:40 2019 +0100 |
tree | bd29f29bad9b056f8521777872fe86ffac866950 | |
parent | 1c163f4c7b3f621efff9b28a47abb36f7378d783 [diff] |
perf/x86/intel: Make cpuc allocations consistent The cpuc data structure allocation is different between fake and real cpuc's; use the same code to init/free both. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>