diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:21:33 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:55:49 +0100 |
commit | 6f6c3c33c027f2c83d53e8562cd9daa73fe8108b (patch) | |
tree | 51cff15bb4f6e4f8263833c74aec6cda4782d4d5 /arch/mips/mm/Makefile | |
parent | 9c1e8a9138ff92a4ff816ea8a1884ad2461a993a (diff) | |
download | linux-6f6c3c33c027f2c83d53e8562cd9daa73fe8108b.tar.gz |
MIPS: Move arch_get_unmapped_area and gang to new file.
It never really belonged into syscall.c and it's about to become well more
complex.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r-- | arch/mips/mm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile index eb4463689faa..4d8c1623eee2 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -3,7 +3,8 @@ # obj-y += cache.o dma-default.o extable.o fault.o \ - init.o tlbex.o tlbex-fault.o uasm.o page.o + init.o mmap.o tlbex.o tlbex-fault.o uasm.o \ + page.o obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o obj-$(CONFIG_64BIT) += pgtable-64.o |