summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2010-10-27 09:43:08 +0200
committerPaul Mundt2010-10-27 09:43:08 +0200
commit667b279baa529a1b5bd120d4ce3df643a5749263 (patch)
treec94ca9cd31fd059f7cbe47c33feefec75d345cdb /arch/sh/mm/Makefile
parentsh64: _PAGE_SPECIAL support. (diff)
downloadkernel-qcow2-linux-667b279baa529a1b5bd120d4ce3df643a5749263.tar.gz
kernel-qcow2-linux-667b279baa529a1b5bd120d4ce3df643a5749263.tar.xz
kernel-qcow2-linux-667b279baa529a1b5bd120d4ce3df643a5749263.zip
sh: lockless get_user_pages_fast()
Implement get_user_pages_fast without locking in the fastpath on sh. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile')
-rw-r--r--arch/sh/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile
index ab89ea4f9414..150aa326afff 100644
--- a/arch/sh/mm/Makefile
+++ b/arch/sh/mm/Makefile
@@ -15,7 +15,7 @@ cacheops-$(CONFIG_CPU_SHX3) += cache-shx3.o
obj-y += $(cacheops-y)
mmu-y := nommu.o extable_32.o
-mmu-$(CONFIG_MMU) := extable_$(BITS).o fault_$(BITS).o \
+mmu-$(CONFIG_MMU) := extable_$(BITS).o fault_$(BITS).o gup.o \
ioremap.o kmap.o pgtable.o tlbflush_$(BITS).o
obj-y += $(mmu-y)