]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit9ad1aeecdbbf002637f0466e8935a3248d1843ad
tree01f884f3a62331273c2b07a16a5deb5b58174c1f
parent718c0ddd6aa911fd2a6fb1b6e050fbaee8060e61
parent51111dce2509506d16efd321939895ff7ffe1dc2
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