Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 01:48:41 +0000 (17:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 01:48:41 +0000 (17:48 -0800)
commit5cb7398caf69e3943df78435a19a8a77fe8b9463
tree3b81cdc17dcbcecbd18b722988648b36297288fd
parent4a2829b97654ec773dabc681f232ab11cb347d01
parent8a0921712ec6d00754b5d7afea78137772efee0a
Merge branch 'for-3.14' of git://git./linux/kernel/git/tj/percpu

Pull percpu changes from Tejun Heo:
 "Two trivial changes - addition of WARN_ONCE() in lib/percpu-refcount.c
  and use of VMALLOC_TOTAL instead of END - START in percpu.c"

* 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
  percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START
  percpu-refcount: Add a WARN() for ref going negative