csky/mm: Fixup export invalid_pte_table symbol
authorGuo Ren <guoren@linux.alibaba.com>
Mon, 30 Dec 2019 07:53:37 +0000 (15:53 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Mar 2020 12:00:16 +0000 (13:00 +0100)
commit6db7f3bdc15340b51ad9d2f7f680d153c56bab52
tree5bb044510aebeea4d218c1b53be662c18daa3d62
parent229fa6c8d2845574f860e53c1657b0e2e83a8ee4
csky/mm: Fixup export invalid_pte_table symbol

[ Upstream commit 7f4a567332f035ab16b29010fbd04a0f10183c77 ]

There is no present bit in csky pmd hardware, so we need to prepare invalid_pte_table
for empty pmd entry and the functions (pmd_none & pmd_present) in pgtable.h need
invalid_pte_talbe to get result. If a module use these functions, we need export the
symbol for it.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Mo Qihui <qihui.mo@verisilicon.com>
Cc: Zhange Jian <zhang_jian5@dahuatech.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/csky/mm/init.c