diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-01-17 19:15:01 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-06-16 14:12:21 -0400 |
commit | 6a15fe9f2d51fb9d401543ae2efce2d7a9d68a26 (patch) | |
tree | 767afbdcd0c507531730e4cdd2648e57d6ba0658 | |
parent | 374d4dd3ef1a3ebac33a7df5f8f2e7b5fbd7ec05 (diff) |
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>
-rw-r--r-- | arch/arm/mach-hisi/headsmp.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-hisi/headsmp.S b/arch/arm/mach-hisi/headsmp.S index 81e35b159e75..477da3966380 100644 --- a/arch/arm/mach-hisi/headsmp.S +++ b/arch/arm/mach-hisi/headsmp.S | |||
@@ -7,9 +7,6 @@ | |||
7 | * published by the Free Software Foundation. | 7 | * published by the Free Software Foundation. |
8 | */ | 8 | */ |
9 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
10 | #include <linux/init.h> | ||
11 | |||
12 | __CPUINIT | ||
13 | 10 | ||
14 | ENTRY(hisi_secondary_startup) | 11 | ENTRY(hisi_secondary_startup) |
15 | bl v7_invalidate_l1 | 12 | bl v7_invalidate_l1 |