diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-11-30 13:24:57 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-20 10:09:11 -0500 |
commit | 86e62b93368cffca9111996e3ed9e5b7bf6f0af3 (patch) | |
tree | 554af0b864da59ddfe1bb49c88263f965ca32b59 /arch/arm/mach-s5pv310 | |
parent | f36d340122ae8744e64af0a92a6f77b97542c0a4 (diff) |
ARM: SMP: remove smp_mpidr.h
With "ARM: CPU hotplug: remove bug checks in platform_cpu_die()", we
now do not use hard_smp_processor_id(), we no longer need to read the
hardware processor ID. Remove the include providing this function.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r-- | arch/arm/mach-s5pv310/include/mach/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/smp.h b/arch/arm/mach-s5pv310/include/mach/smp.h index 2897747bcb07..77e5a841f741 100644 --- a/arch/arm/mach-s5pv310/include/mach/smp.h +++ b/arch/arm/mach-s5pv310/include/mach/smp.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #define ASM_ARCH_SMP_H __FILE__ | 7 | #define ASM_ARCH_SMP_H __FILE__ |
8 | 8 | ||
9 | #include <asm/hardware/gic.h> | 9 | #include <asm/hardware/gic.h> |
10 | #include <asm/smp_mpidr.h> | ||
11 | 10 | ||
12 | extern void __iomem *gic_cpu_base_addr; | 11 | extern void __iomem *gic_cpu_base_addr; |
13 | 12 | ||