]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: export __cpu_{clear,copy}_user_page functions
authorMark Salter <msalter@redhat.com>
Tue, 17 Jun 2014 17:14:26 +0000 (18:14 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 8 Jul 2014 16:30:51 +0000 (17:30 +0100)
commit431a4d68d41860d9fe15f1f429c27753176b74c7
tree12de4d356b96655a2eb59a84c66822d23317d630
parent764bc268679c6c5e049dcce83c6d7daa814af968
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>
arch/arm64/mm/copypage.c