]> git.karo-electronics.de Git - linux-beck.git/commit
arm/mach-hisi: remove legacy __CPUINIT section that crept in
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 18 Jan 2015 00:15:01 +0000 (19:15 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:21 +0000 (14:12 -0400)
commit6a15fe9f2d51fb9d401543ae2efce2d7a9d68a26
tree767afbdcd0c507531730e4cdd2648e57d6ba0658
parent374d4dd3ef1a3ebac33a7df5f8f2e7b5fbd7ec05
arm/mach-hisi: remove legacy __CPUINIT section that crept in

We removed __cpuinit support (leaving no-op stubs) quite some time ago.
However a new instance was added in commit 06cc5c1d4d7313bc864e9aac1d1cbd
("ARM: hisi: enable hix5hd2 SoC")

Since we want to clobber the stubs soon, get this removed now.
Note that there would normally be a corresponding removal of
a ".previous" directive, but in this case it appears that this
single function file was never paired off with one.

Cc: Haifeng Yan <yanhaifeng@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/arm/mach-hisi/headsmp.S