]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move arch_get_unmapped_area and gang to new file.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 19 May 2011 08:21:33 +0000 (09:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 May 2011 08:55:49 +0000 (09:55 +0100)
commit886925c983520f0b13f94ec8c8732d4065358237
tree51cff15bb4f6e4f8263833c74aec6cda4782d4d5
parent4bf4f5e05912d0a9388aa6a19feaefb55a96f7ce
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>
arch/mips/kernel/syscall.c
arch/mips/mm/Makefile
arch/mips/mm/mmap.c [new file with mode: 0644]