aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-11-06 23:14:49 +0100
committerArnd Bergmann <arnd@arndb.de>2012-11-06 23:14:49 +0100
commit9560f840f301868b4b4b175e81afa96dc57611ac (patch)
treeacad7986c22e9dd9bbe10af84df1a8d2fc6d41c9 /arch/arm/mach-socfpga
parentsocfpga: map uart into virtual address space so that early_printk() works (diff)
downloadlinux-dev-9560f840f301868b4b4b175e81afa96dc57611ac.tar.xz
linux-dev-9560f840f301868b4b4b175e81afa96dc57611ac.zip
ARM: socfpga: mark secondary_trampoline as cpuinit
The socfpga_boot_secondary is correctly marked as __cpuinit but references secondary_trampoline, which was introduced into the init section, causing this build warning: WARNING: vmlinux.o(.cpuinit.text+0xf90): Section mismatch in reference from the function socfpga_boot_secondary() to the variable .init.text:secondary_trampoline The function __cpuinit socfpga_boot_secondary() references a variable __init secondary_trampoline. If secondary_trampoline is only used by socfpga_boot_secondary then annotate secondary_trampoline with a matching annotation. The solution is to mark secondary_trampoline as cpuinit as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-socfpga')
-rw-r--r--arch/arm/mach-socfpga/headsmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/headsmp.S b/arch/arm/mach-socfpga/headsmp.S
index 65762abc4d39..f09b1283ffca 100644
--- a/arch/arm/mach-socfpga/headsmp.S
+++ b/arch/arm/mach-socfpga/headsmp.S
@@ -10,7 +10,7 @@
#include <linux/linkage.h>
#include <linux/init.h>
- __INIT
+ __CPUINIT
.arch armv7-a
#define CPU1_START_ADDR 0xffd08010