diff options
author | Michael Ellerman <[email protected]> | 2014-08-06 15:42:17 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <[email protected]> | 2014-08-13 15:13:43 +1000 |
commit | 3609e09fd824c37df6f2bf13caa88f6f54a11922 (patch) | |
tree | 0835aa502a217e3cd30f1243f5318fbd84f56e9e /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 97b3be1e9404f4c1645f3286428abd4d2052041e (diff) |
powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYS
We have been a bit slack about updating the CPU_FTRS_POSSIBLE and
CPU_FTRS_ALWAYS masks. When we added POWER8, and also POWER8E we forgot
to update the ALWAYS mask. And when we added POWER8_DD1 we forgot to
update both the POSSIBLE and ALWAYS masks.
Luckily this hasn't caused any actual bugs AFAICS. Failing to update the
ALWAYS mask just forgoes a potential optimisation opportunity. Failing
to update the POSSIBLE mask for POWER8_DD1 is also OK because it only
removes a bit rather than adding any.
Regardless they should all be in both masks so as to avoid any future
bugs when the set of ALWAYS/POSSIBLE bits changes, or the masks
themselves change.
Signed-off-by: Michael Ellerman <[email protected]>
Acked-by: Michael Neuling <[email protected]>
Acked-by: Joel Stanley <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions