]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 May 2017 05:34:52 +0000 (22:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 May 2017 05:34:52 +0000 (22:34 -0700)
commitf8c9d9188e294d02e8bac15d2d39b9222210fedb
tree0c10dbd82bead349ee0cb61046f5d82d520877be
parent4f0abe9ec1e7a7ae6c8cbc2d8b780ed03d47662b
parent18929319802a550b1add8e2bb34a87263fd6371e
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 cleanups from Ingo Molnar:
 "A handful of small cleanups"

* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/irq: Remove a redundant #ifdef directive
  x86/smp: Remove the redundant #ifdef CONFIG_SMP directive
  x86/smp: Reduce code duplication
  x86/pci-calgary: Use setup_timer() instead of open coding it.