[PATCH] powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZE

2018-05-15 Thread Christophe Leroy
PMD_PAGE_SIZE() is nowhere used and _PMD_SIZE is only used by PMD_PAGE_SIZE(). This patch removes them. Signed-off-by: Christophe Leroy --- Superseeds "powerpc: get rid of PMD_PAGE_SIZE()" sent a few minutes ago. arch/powerpc/include/asm/nohash/32/pte-40x.h | 3 --- arch/powerpc/include/asm/p

[PATCH] powerpc: get rid of PMD_PAGE_SIZE()

2018-05-15 Thread Christophe Leroy
PMD_PAGE_SIZE() is nowhere used, this patch removes it Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/nohash/32/pte-40x.h | 2 -- arch/powerpc/include/asm/pte-common.h| 5 - 2 files changed, 7 deletions(-) diff --git a/arch/powerpc/include/asm/nohash/32/pte-40x.h b/ar