]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d80bfa2c86e527922a504c1521c0bd19956cdbf
tree3b81cdc17dcbcecbd18b722988648b36297288fd
parent42d48a6d65b7e2d27b6d85c874aa538f01c0f9bc
parentf793e1cebf169bc70e42c1a691f75d44402e958e
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/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