]> 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)
commitc31b517e58ca5c6c682d8b203bcbfcf0cfaaad92
tree51cff15bb4f6e4f8263833c74aec6cda4782d4d5
parent85f5f98eb3934a1f581a3bf9a8aab373b6362321
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]