aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mmu-hash64.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2008-05-08 00:27:08 -0400
committerPaul Mackerras <paulus@samba.org>2008-05-14 08:31:47 -0400
commit572fb578de59efaaa8d197b0183db43b1128a06e (patch)
tree9f0d07578b450efbdae7946114c07da17af5c7d0 /include/asm-powerpc/mmu-hash64.h
parent09de9ff872bca25ba717a7075c9ee49b1bdb56d2 (diff)
[POWERPC] Move declaration of tce variables into mmu-hash64.h
... instead of having extern declarations in a .c file. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/mmu-hash64.h')
-rw-r--r--include/asm-powerpc/mmu-hash64.h1
1 files changed, 1 insertions, 0 deletions
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