]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Nov 2016 18:16:23 +0000 (10:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Nov 2016 18:16:23 +0000 (10:16 -0800)
commitb58ec8b5824717875b844a9e8cc62fc6eb5fd289
tree96c4d09b560049490008eb1edbb05662e9d83b6c
parent17ce1b201d8309ca9e23c063660a789fe3798704
parent272d01bd790fdf3f1b16372fe28136e27756756f
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fix from Will Deacon:
 "It's been pretty quiet on the fixes side of things for us, but Artem
  reported a build failure introduced during the merge window that
  appears with older GCCs that do not support asm goto. The fix is
  bigger than I'd like, but it's a mechnical move of some constants to
  break an include dependency between atomic.h and jump_label.h when
  !HAVE_JUMP_LABEL.

  Summary:

   - Fix build failure on compilers without asm goto"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: Fix circular include of asm/lse.h through linux/jump_label.h