]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Sep 2013 01:18:08 +0000 (18:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Sep 2013 01:18:08 +0000 (18:18 -0700)
commit3c75e9e5c089ba4c20e50b2a8c47dd450d6d7030
treecdae128f0b4af234a698c9055108cad32f7f628a
parent39805e1f9655cd7a465ac518a7592aaa4d987928
parentdd9fe1b2f63d66339e39de5c58ca406898f2aec2
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

Pull single percpu update from Tejun Heo:
 "Just a single patch to update type verification macro for percpu
  accessors.

  Christoph is trying to replace __get_cpu_var() with this_cpu accessors
  which needs this update.  There are still some issues to be resolved
  but eventually the conversion patches are likely to be routed through
  different trees, so I think it'd be convenient to merge this commit
  early"

* 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
  percpu: Make __verify_pcu_ptr handle per cpu pointers to arrays