]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Jul 2013 18:01:19 +0000 (11:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Jul 2013 18:01:19 +0000 (11:01 -0700)
commitd019523eb4d6f81d85ae32088fb0d86ec5a6f5e6
treea2e44ee8cc3283b258ff05ad9a5065a5fc2b39ac
parent1ebd0651aa14122630c2ad9cf5f640736d1d4df5
parent0af0e2a846f4d87e530cceb54c7a7eac44a0cf06
Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux

Pull first stage of __cpuinit removal from Paul Gortmaker:
 "The two commits here 1) dummy out all the __cpuinit macros so that we
  no longer generate such sections, and then 2) remove all the section
  processing that we used to do for those sections.

  This makes all the __cpuinit and friends no-ops, so that we can remove
  the use cases of it at our leisure.  Expect stage 2, which does the
  tree wide removal sweep at the end of the merge window."

* 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux:
  modpost: remove all traces of cpuinit/cpuexit sections
  init.h: remove __cpuinit sections from the kernel
include/asm-generic/vmlinux.lds.h
scripts/mod/modpost.c