Merge tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensa
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jul 2020 20:29:07 +0000 (13:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jul 2020 20:29:07 +0000 (13:29 -0700)
commit5c38b7d3c48bbbec043913354b5974f998373efa
treece7f50fef0e214f1f1490fef0dbcc5b5ac5fa550
parent4437dd6e8f71e8b4b5546924a6e48e7edaf4a8dc
parentee769ebbe9e5fc7219e979fb7c5ed5bb5722649e
Merge tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensa

Pull Xtensa fixes from Max Filippov:

 - fix __sync_fetch_and_{and,or}_4 declarations to avoid build warning

 - update *pos in cpuinfo_op.next to avoid runtime warning

 - use for_each_set_bit in xtensa_pmu_irq_handler instead of open-coding
   it

* tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensa:
  xtensa: simplify xtensa_pmu_irq_handler
  xtensa: update *pos in cpuinfo_op.next
  xtensa: fix __sync_fetch_and_{and,or}_4 declarations