mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
powerpc/nohash64: clean pgtable.h
TRANSPARENT_HUGEPAGE is only supported by book3s VMEMMAP_REGION_ID is never used Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
a1ac2a9c4f
commit
71faf8145c
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,7 @@
|
||||||
PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
|
PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
|
||||||
#define PGTABLE_RANGE (ASM_CONST(1) << PGTABLE_EADDR_SIZE)
|
#define PGTABLE_RANGE (ASM_CONST(1) << PGTABLE_EADDR_SIZE)
|
||||||
|
|
||||||
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
|
|
||||||
#define PMD_CACHE_INDEX (PMD_INDEX_SIZE + 1)
|
|
||||||
#else
|
|
||||||
#define PMD_CACHE_INDEX PMD_INDEX_SIZE
|
#define PMD_CACHE_INDEX PMD_INDEX_SIZE
|
||||||
#endif
|
|
||||||
#define PUD_CACHE_INDEX PUD_INDEX_SIZE
|
#define PUD_CACHE_INDEX PUD_INDEX_SIZE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -73,7 +69,6 @@
|
||||||
|
|
||||||
#define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
#define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
||||||
#define KERNEL_REGION_ID (REGION_ID(PAGE_OFFSET))
|
#define KERNEL_REGION_ID (REGION_ID(PAGE_OFFSET))
|
||||||
#define VMEMMAP_REGION_ID (0xfUL) /* Server only */
|
|
||||||
#define USER_REGION_ID (0UL)
|
#define USER_REGION_ID (0UL)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue