mbox series

[v2,0/2] Add POWER9 DD2.0 feature, remove idle workarounds in DD2.1

Message ID 20171102015535.30843-1-npiggin@gmail.com (mailing list archive)
Headers show
Series Add POWER9 DD2.0 feature, remove idle workarounds in DD2.1 | expand

Message

Nicholas Piggin Nov. 2, 2017, 1:55 a.m. UTC
Chnages since v1:
- Change unnecessarily 'inverted else' conditions for the DD2.0
  feature workarounds, noted by mpe.
- One of the cases was incorrect, removing the code in for DD2.0 and
  leaving it in for 2.1. Performance is further slightly improved with
  this case fixed.
  

Nicholas Piggin (2):
  powerpc: add POWER9_DD20 feature
  powerpc/64s: idle skip POWER9 DD1 and DD2.0 specific workarounds on
    DD2.1

 arch/powerpc/include/asm/cputable.h |  5 ++++-
 arch/powerpc/kernel/cputable.c      | 20 ++++++++++++++++++++
 arch/powerpc/kernel/dt_cpu_ftrs.c   |  2 ++
 arch/powerpc/kernel/idle_book3s.S   | 31 ++++++++++++++++++++-----------
 4 files changed, 46 insertions(+), 12 deletions(-)