aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/mm/hash_utils_64.c2
-rw-r--r--include/asm-powerpc/mmu-hash64.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c
index 1a4b4b36b0c..05f955f8df3 100644
--- a/arch/powerpc/mm/hash_utils_64.c
+++ b/arch/powerpc/mm/hash_utils_64.c
@@ -509,8 +509,6 @@ void __init htab_initialize(void)
509 unsigned long base = 0, size = 0, limit; 509 unsigned long base = 0, size = 0, limit;
510 int i; 510 int i;
511 511
512 extern unsigned long tce_alloc_start, tce_alloc_end;
513
514 DBG(" -> htab_initialize()\n"); 512 DBG(" -> htab_initialize()\n");
515 513
516 /* Initialize segment sizes */ 514 /* Initialize segment sizes */
diff --git a/include/asm-powerpc/mmu-hash64.h b/include/asm-powerpc/mmu-hash64.h
index 0dff7677604..f35d1e164da 100644
--- a/include/asm-powerpc/mmu-hash64.h
+++ b/include/asm-powerpc/mmu-hash64.h
@@ -181,6 +181,7 @@ extern int mmu_io_psize;
181extern int mmu_kernel_ssize; 181extern int mmu_kernel_ssize;
182extern int mmu_highuser_ssize; 182extern int mmu_highuser_ssize;
183extern u16 mmu_slb_size; 183extern u16 mmu_slb_size;
184extern unsigned long tce_alloc_start, tce_alloc_end;
184 185
185/* 186/*
186 * If the processor supports 64k normal pages but not 64k cache 187 * If the processor supports 64k normal pages but not 64k cache