Skip to content

Commit

Permalink
dom0: disable CMA
Browse files Browse the repository at this point in the history
This commit disables CMA in the dom0, because
it is not needed but occupies 32MiB.

Signed-off-by: Ruslan Shymkevych <[email protected]>
Suggested-by: Grygorii Strashko <[email protected]>
Reviewed-by: Volodymyr Babchuk <[email protected]>
  • Loading branch information
rshym authored and lorc committed Sep 24, 2024
1 parent 09d7a4c commit 62e876f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_CMA=y
# CONFIG_CMA is not set
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_SYSFS is not set
Expand Down

0 comments on commit 62e876f

Please sign in to comment.