Loading mm/page_alloc.c +2 −2 Original line number Diff line number Diff line Loading @@ -333,8 +333,8 @@ static void bad_page(struct page *page) * * The remaining PAGE_SIZE pages are called "tail pages". * * All pages have PG_compound set. All pages have their ->private pointing at * the head page (even the head page has this). * All pages have PG_compound set. All tail pages have their ->first_page * pointing at the head page. * * The first tail page's ->lru.next holds the address of the compound page's * put_page() function. Its ->lru.prev holds the order of allocation. Loading Loading
mm/page_alloc.c +2 −2 Original line number Diff line number Diff line Loading @@ -333,8 +333,8 @@ static void bad_page(struct page *page) * * The remaining PAGE_SIZE pages are called "tail pages". * * All pages have PG_compound set. All pages have their ->private pointing at * the head page (even the head page has this). * All pages have PG_compound set. All tail pages have their ->first_page * pointing at the head page. * * The first tail page's ->lru.next holds the address of the compound page's * put_page() function. Its ->lru.prev holds the order of allocation. Loading