--- zzzz-none-000/linux-4.1.38/mm/quicklist.c 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/mm/quicklist.c 2020-11-25 10:06:48.000000000 +0000 @@ -37,6 +37,9 @@ #ifdef CONFIG_ZONE_DMA32 zone_page_state(&zones[ZONE_DMA32], NR_FREE_PAGES) + #endif +#if defined(CONFIG_BCM_KF_ARM_BCM963XX) && defined(CONFIG_BCM_ZONE_ACP) + zone_page_state(&zones[ZONE_ACP], NR_FREE_PAGES) + +#endif zone_page_state(&zones[ZONE_NORMAL], NR_FREE_PAGES); max = node_free_pages / FRACTION_OF_NODE_MEM;