Revision 9fe57d8c575d7dc012bbfcf5698048304206a99d authored by Kefeng Wang on 23 October 2019, 03:23:02 UTC, committed by Paul Walmsley on 23 October 2019, 21:53:46 UTC
Using CONFIG_SPARSEMEM_VMEMMAP instead of CONFIG_SPARSEMEM to fix
following build issue.

  riscv64-linux-ld: arch/riscv/mm/init.o: in function 'vmemmap_populate':
  init.c:(.meminit.text+0x8): undefined reference to 'vmemmap_populate_basepages'

Cc: Logan Gunthorpe <logang@deltatee.com>
Fixes: d95f1a542c3d ("RISC-V: Implement sparsemem")
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
1 parent 62103ec
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ADM8211)	+= adm8211.o
back to top