Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Nov 2018 16:27:57 +0000 (09:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Nov 2018 16:27:57 +0000 (09:27 -0700)
commit6444ccfd699cda8db5edaac7fa469d6a29aa9a47
treee10069e24e06f5436934ec74d6b54ae592bfca37
parent82aa4671516a3203261c835e98c3eecab10c994d
parentb5bb425871186303e6936fa2581521bdd1964a58
Merge branch 'for-4.20' of git://git./linux/kernel/git/dennis/percpu

Pull percpu fixes from Dennis Zhou:
 "Two small things for v4.20.

  The first fixes a clang uninitialized variable warning for arm64 in
  the default path calls BUILD_BUG(). The second removes an unnecessary
  unlikely() in a WARN_ON() use"

* 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu:
  arm64: percpu: Initialize ret in the default case
  mm: percpu: remove unnecessary unlikely()
mm/percpu.c