Loading
LoongArch: set CONFIG_CMA_SIZE_MBYTES to 0
LoongArch inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBQ4JL CVE: NA -------------------------------- When CONFIG_CMA_SIZE_MBYTES is not zero and its value is small, error log appear in dmesg as following: [12689.920994][ T2178] cma: cma_alloc: reserved: alloc failed, req-size: 4 pages, ret: -12 [12689.934128][ T2178] cma: cma_alloc: reserved: alloc failed, req-size: 4 pages, ret: -12 So set CONFIG_CMA_SIZE_MBYTES to 0 to hide the error log. Signed-off-by:Ming Wang <wangming01@loongson.cn> Signed-off-by:
Hongchen Zhang <zhanghongchen@loongson.cn> Change-Id: I135493f2f3aaaa99135fd25a9597e6109b23d5a5