summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorAneesh Kumar K.V2019-07-01 16:37:00 +0200
committerMichael Ellerman2019-07-04 16:20:42 +0200
commitb8c8a524ccad1244916a203ae40292e2786e1b26 (patch)
tree7735729139814abf927d6f1b23641a133fd9bbb6 /arch/powerpc/include
parentpowerpc/pseries: Add documentation for vcpudispatch_stats (diff)
downloadkernel-qcow2-linux-b8c8a524ccad1244916a203ae40292e2786e1b26.tar.gz
kernel-qcow2-linux-b8c8a524ccad1244916a203ae40292e2786e1b26.tar.xz
kernel-qcow2-linux-b8c8a524ccad1244916a203ae40292e2786e1b26.zip
powerpc/mm: Remove unused variable declaration
Since commit 0034d395f89d ("powerpc/mm/hash64: Map all the kernel regions in the same 0xc range") __kernel_virt_size is not used anymore. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/book3s/64/pgtable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/book3s/64/pgtable.h b/arch/powerpc/include/asm/book3s/64/pgtable.h
index 5faceeefd9f9..beabb099c040 100644
--- a/arch/powerpc/include/asm/book3s/64/pgtable.h
+++ b/arch/powerpc/include/asm/book3s/64/pgtable.h
@@ -283,7 +283,6 @@ static inline unsigned int ioremap_max_order(void)
#define IOREMAP_MAX_ORDER ioremap_max_order()
extern unsigned long __kernel_virt_start;
-extern unsigned long __kernel_virt_size;
extern unsigned long __kernel_io_start;
extern unsigned long __kernel_io_end;
#define KERN_VIRT_START __kernel_virt_start