Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/mm: Fix build of Book3E/64 with 64K pages

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Benjamin Herrenschmidt and committed by
Michael Ellerman
e93d8e67 bc5c0a0d

+1
+1
arch/powerpc/include/asm/nohash/64/pgtable-64k.h
··· 23 23 #ifndef __ASSEMBLY__ 24 24 #define PTE_TABLE_SIZE PTE_FRAG_SIZE 25 25 #define PMD_TABLE_SIZE (sizeof(pmd_t) << PMD_INDEX_SIZE) 26 + #define PUD_TABLE_SIZE (0) 26 27 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE) 27 28 #endif /* __ASSEMBLY__ */ 28 29