]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
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)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 21 Feb 2020 07:43:24 +0000 (15:43 +0800)
commit7f4a567332f035ab16b29010fbd04a0f10183c77
treef1848fc1647826b7a0a3424c3e098c2c588af9c3
parentf136008f31e91060d6b6e6e031cb2c827448e280
csky/mm: Fixup export invalid_pte_table symbol

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>
arch/csky/mm/init.c