diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2014-06-19 23:57:01 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-06-29 11:29:32 +0200 |
commit | d0ba7cc02cc20a3ae6ad60b842c5e786f584bb47 (patch) | |
tree | 6ab4fd763ce8113d4be6dd22fb1aa9a2fa31b24d /arch | |
parent | ARM: 8076/1: mm: add support for HW coherent systems in PL310 cache (diff) | |
download | linux-d0ba7cc02cc20a3ae6ad60b842c5e786f584bb47.tar.xz linux-d0ba7cc02cc20a3ae6ad60b842c5e786f584bb47.zip |
ARM: 8080/1: mcpm.h: remove unused variable declaration
The sync_phys variable has been replaced by link time computation in
mcpm_head.S before the code was submitted upstream.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/mcpm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/mcpm.h b/arch/arm/include/asm/mcpm.h index d9702eb0b02b..94060adba174 100644 --- a/arch/arm/include/asm/mcpm.h +++ b/arch/arm/include/asm/mcpm.h @@ -208,8 +208,6 @@ struct sync_struct { struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; }; -extern unsigned long sync_phys; /* physical address of *mcpm_sync */ - void __mcpm_cpu_going_down(unsigned int cpu, unsigned int cluster); void __mcpm_cpu_down(unsigned int cpu, unsigned int cluster); void __mcpm_outbound_leave_critical(unsigned int cluster, int state); |