]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xtensa: mm/cache: add missing EXPORT_SYMBOLs
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 1 Aug 2017 18:15:15 +0000 (11:15 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 1 Aug 2017 18:17:35 +0000 (11:17 -0700)
commitbc652eb6a0d5cffaea7dc8e8ad488aab2a1bf1ed
tree2c4745584ac35ad9f841f09562c10f925d41160f
parent7f81e55c737a8fa82c71f290945d729a4902f8d2
xtensa: mm/cache: add missing EXPORT_SYMBOLs

Functions clear_user_highpage, copy_user_highpage, flush_dcache_page,
local_flush_cache_range and local_flush_cache_page may be used from
modules. Export them.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/mm/cache.c