]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Add fast get_user_pages
authorHillf Danton <dhillf@gmail.com>
Fri, 28 Oct 2011 13:26:23 +0000 (21:26 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 4 Nov 2011 15:05:39 +0000 (15:05 +0000)
commitd2ed9bfba1b6d314097ae62b0be0ef99ef0df322
tree364a4a33f5363c337d96da49a32d50a675629252
parent6405cb8463324809ef07f404e0201aaf3cc7ebdf
MIPS: Add fast get_user_pages

Gup is used in a few cases, say futex.

This work is derived from the x86 version, and operations of pte and pmd are
adapted to the defines of MIPS in straight forward manner.

[ralf@linux-mips.org: Fixed up reject in arch/mips/mm/Makefile due to
whitespace formatting differences.]

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Cc: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2859/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/Makefile
arch/mips/mm/gup.c [new file with mode: 0644]