diff options
author | Magnus Damm <damm@opensource.se> | 2013-08-07 18:14:07 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-20 20:47:31 -0400 |
commit | a84a5ab73f77a5dd4f09f0af33f09d8d751d0cc7 (patch) | |
tree | 20b2055c4b69ea46489d94c2512acec562d2fbdb /arch/arm/mach-shmobile/include/mach/common.h | |
parent | 87a08ca0f7f99b3136c763377c547a89cf6d0996 (diff) |
ARM: shmobile: Introduce shmobile_boot_size
Introduce shmobile_boot_size that can be used by
future SMP code to determine the size of the boot
code that needs to be copied to internal SRAM.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index a9df8f3bfda7..cfe397716fd1 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -9,6 +9,7 @@ extern void shmobile_setup_console(void); | |||
9 | extern void shmobile_boot_vector(void); | 9 | extern void shmobile_boot_vector(void); |
10 | extern unsigned long shmobile_boot_fn; | 10 | extern unsigned long shmobile_boot_fn; |
11 | extern unsigned long shmobile_boot_arg; | 11 | extern unsigned long shmobile_boot_arg; |
12 | extern unsigned long shmobile_boot_size; | ||
12 | extern void shmobile_smp_boot(void); | 13 | extern void shmobile_smp_boot(void); |
13 | extern void shmobile_smp_sleep(void); | 14 | extern void shmobile_smp_sleep(void); |
14 | extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn, | 15 | extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn, |