aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2019-10-23 11:23:01 +0800
committerPaul Walmsley <paul.walmsley@sifive.com>2019-10-23 14:53:46 -0700
commit62103ece52360992a6799e9ec85628166a8477e8 (patch)
treeec446ce613be76450b3c6f73e540f9b75def2a90 /arch/riscv/mm/init.c
parentriscv: fix fs/proc/kcore.c compilation with sparsemem enabled (diff)
downloadlinux-dev-62103ece52360992a6799e9ec85628166a8477e8.tar.xz
linux-dev-62103ece52360992a6799e9ec85628166a8477e8.zip
riscv: Fix implicit declaration of 'page_to_section'
With CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_VMEMMAP, arch/riscv/include/asm/pgtable.h: In function ‘mk_pte’: include/asm-generic/memory_model.h:64:14: error: implicit declaration of function ‘page_to_section’; did you mean ‘present_section’? [-Werror=implicit-function-declaration] int __sec = page_to_section(__pg); \ ^~~~~~~~~~~~~~~ Fixed by changing mk_pte() from inline function to macro. Cc: Logan Gunthorpe <logang@deltatee.com> Fixes: d95f1a542c3d ("RISC-V: Implement sparsemem") Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> [paul.walmsley@sifive.com: fixed checkpatch errors] Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'arch/riscv/mm/init.c')
0 files changed, 0 insertions, 0 deletions