From: Ian Munsie Date: Wed, 8 Oct 2014 08:54:58 +0000 (+1100) Subject: powerpc/mm: Add new hash_page_mm() X-Git-Tag: fixes-against-v3.18-rc2~117^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1dca3465a7be53980abab1e0d6646176fdc075f;p=pandora-kernel.git powerpc/mm: Add new hash_page_mm() This adds a new function hash_page_mm() based on the existing hash_page(). This version allows any struct mm to be passed in, rather than assuming current. This is useful for servicing co-processor faults which are not in the context of the current running process. We need to be careful here as the current hash_page() assumes current in a few places. Signed-off-by: Ian Munsie Signed-off-by: Michael Neuling Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed