Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ac740836 authored by Chintan Pandya's avatar Chintan Pandya Committed by Stephen Boyd
Browse files

msm: Kconfig: Select ARM_HAS_SG_CHAIN for 7630/8x55



ION allocations in SYSTEM_HEAP now uses alloc_pages() and not
vmalloc(). This will add one entry into sg_table for each page
of allocation. With this, sg_table may over-cross the limit
of fitting into one page for bigger sized allocations. So,
accommodate extended sg_table entries by chaining more pages.

ARCH_HAS_SG_CHAIN will enable this chain of pages. Enable
ARM_HAS_SG_CHAIN to select ARCH_HAS_SG_CHAIN.

Change-Id: I61d79fa47a677c0e4ae728d47ff56298e6f8eefa
Signed-off-by: default avatarChintan Pandya <cpandya@codeaurora.org>
parent 50d3a78f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment