arm64: export __cpu_{clear,copy}_user_page functions
authorMark Salter <msalter@redhat.com>
Tue, 17 Jun 2014 17:14:26 +0000 (18:14 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 22 Jul 2014 23:28:53 +0000 (00:28 +0100)
commit8a0ac656b3e2f6a69dc737f6f77b948868bc0efb
tree46fae038141b7a73c05f03d9f1c9fbc20b18850a
parent454c83cd38dfab90b5892e10e67a7a206827ac64
arm64: export __cpu_{clear,copy}_user_page functions

The __cpu_clear_user_page() and __cpu_copy_user_page() functions
are not currently exported. This prevents modules from using
clear_user_page() and copy_user_page().

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
(cherry picked from commit bec7cedc8a92bfe96d32febe72634b30c63896bd)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/mm/copypage.c