On Wed, Sep 4, 2019 at 8:11 AM Alexander Duyck <[email protected]> wrote: > > From: Alexander Duyck <[email protected]> > > In order to support page reporting it will be necessary to store and > retrieve the migratetype of a page. To enable that I am moving the set and > get operations for pcppage_migratetype into the mm/internal.h header so > that they can be used outside of the page_alloc.c file. > > Signed-off-by: Alexander Duyck <[email protected]>
Reviewed-by: Dan Williams <[email protected]>

