mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
a9bf5440db
PD#SWPL-139378 Problem: MID_ORDER_GFP may cost a lot of CPU time in memory compaction when allocate big system heap. Solution: change to HIGH_ORDER_GFP can prevent this cost. Change order 4 to 3 let system heap can allocate more contiguous memory. Verify: ohm Change-Id: I6260d6d246605227132e459a8bc4ba0cf8d2065e Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>