commit | 5b6c133e0801007117cf4a466cb56de86e186138 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 15 20:02:56 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 15 20:02:56 2017 +1000 |
tree | dfe8e7c6cf747300835257e48d697fa3a2c86a7c | |
parent | e12d94f80614475b07d046eb095e6b8c1d9dd38d [diff] |
powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errors In some obscure Book3E configs (randconfig) we can end up missing a definition for PGALLOC_GFP in pgtable_64.c. Fix it by moving the definition to asm/pgalloc.h. Fixes: de3b87611dd1 ("powerpc/mm/book(e)(3s)/64: Add page table accounting") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>