]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Fix linux page tables build with some configs
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 01:59:16 +0000 (12:59 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 27 Nov 2018 00:03:36 +0000 (11:03 +1100)
commit2a8783828a86318f58a0bd5b1f6c557f032e714f
treed4a573311942525aded408b57790d0e7a84e15d7
parent960b1929dbf72b92fa2a783a707e94ffcb07deec
powerpc/mm: Fix linux page tables build with some configs

For some configs the build fails with:

  arch/powerpc/mm/dump_linuxpagetables.c: In function 'populate_markers':
  arch/powerpc/mm/dump_linuxpagetables.c:306:39: error: 'PKMAP_BASE' undeclared (first use in this function)
  arch/powerpc/mm/dump_linuxpagetables.c:314:50: error: 'LAST_PKMAP' undeclared (first use in this function)

These come from highmem.h, including that fixes the build.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/dump_linuxpagetables.c