]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Apr 2012 15:53:24 +0000 (08:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Apr 2012 15:53:24 +0000 (08:53 -0700)
commit95f0875ec187f0556a03ee66b2f9afeb6a86deb1
treeee9eb01e5433ea50f3414a469521a4c1cfaccb7a
parentf6668f74d5b8d670730db2b990d7858425f3b63c
parentafd6bee4cddbeca07cd8c4cb2fe505dd11a7c122
Merge tag 'for-linus' of git://github.com/rustyrussell/linux

Pull cpumask cleanups from Rusty Russell:
 "(Somehow forgot to send this out; it's been sitting in linux-next, and
  if you don't want it, it can sit there another cycle)"

I'm a sucker for things that actually delete lines of code.

Fix up trivial conflict in arch/arm/kernel/kprobes.c, where Rusty fixed
a user of &cpu_online_map to be cpu_online_mask, but that code got
deleted by commit 618e56efa554 ("ARM: 7332/1: extract out code patch
function from kprobes").

* tag 'for-linus' of git://github.com/rustyrussell/linux:
  cpumask: remove old cpu_*_map.
  documentation: remove references to cpu_*_map.
  drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
  remove references to cpu_*_map in arch/
arch/arm/kernel/kprobes.c
arch/arm/kernel/smp.c
kernel/cpuset.c