mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 11:13:02 +09:00
Some relative codes, such as 'zone_page_state_add(1, zone, NR_SLAB_RECLAIMABLE);', caused compile errors, when compiled with clang. The corresponding interface(NR_SLAB_RECLAIMABLE, et.) was changed between kernel v4.4 and v4.19. These codes were used to updates the cachelines with the statistics, and are removed in Midgard DDK r22. Here, I remove them too, in current Midgard DDK r18. Change-Id: I3a7e789c0456f28eba623b20564ea8a97109051f Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>