]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2016 18:02:01 +0000 (10:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2016 18:02:01 +0000 (10:02 -0800)
commita2e5ae40d7fd9e4915367b9814142de8d05449fa
tree01f884f3a62331273c2b07a16a5deb5b58174c1f
parentbdba985488ecd9ab9e19f7a987a73c0ccb1e86bc
parenta48615a1488a3e22a0b5cc3adc8ef507a9122291
Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull SMP bootup updates from Ingo Molnar:
 "Three changes to unify/standardize some of the bootup message printing
  in kernel/smp.c between architectures"

* 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  kernel/smp: Tell the user we're bringing up secondary CPUs
  kernel/smp: Make the SMP boot message common on all arches
  kernel/smp: Define pr_fmt() for smp.c