--- zzzz-none-000/linux-4.1.52/mm/quicklist.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/mm/quicklist.c 2022-03-02 11:37:13.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;