summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/Makefile
diff options
context:
space:
mode:
authorRussell King2010-12-20 15:44:32 +0100
committerRussell King2010-12-20 16:09:17 +0100
commit03b505eae6a276b8c38b6222694afb6cea10b1cc (patch)
treef1d50844aa65996fb1c5f790c027445e272d0a78 /arch/arm/kernel/Makefile
parentARM: localtimer: clean up local timer on hot unplug (diff)
downloadkernel-qcow2-linux-03b505eae6a276b8c38b6222694afb6cea10b1cc.tar.gz
kernel-qcow2-linux-03b505eae6a276b8c38b6222694afb6cea10b1cc.tar.xz
kernel-qcow2-linux-03b505eae6a276b8c38b6222694afb6cea10b1cc.zip
ARM: SMP: split out software TLB maintainence broadcasting
smp.c is becoming too large, so split out the TLB maintainence broadcasting into a separate smp_tlb.c file. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/Makefile')
-rw-r--r--arch/arm/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile
index 5b9b268f4fbb..659937b0a896 100644
--- a/arch/arm/kernel/Makefile
+++ b/arch/arm/kernel/Makefile
@@ -29,7 +29,7 @@ obj-$(CONFIG_MODULES) += armksyms.o module.o
obj-$(CONFIG_ARTHUR) += arthur.o
obj-$(CONFIG_ISA_DMA) += dma-isa.o
obj-$(CONFIG_PCI) += bios32.o isa.o
-obj-$(CONFIG_SMP) += smp.o
+obj-$(CONFIG_SMP) += smp.o smp_tlb.o
obj-$(CONFIG_HAVE_ARM_SCU) += smp_scu.o
obj-$(CONFIG_HAVE_ARM_TWD) += smp_twd.o
obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o