diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-05-08 14:27:08 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-05-14 22:31:47 +1000 |
commit | 572fb578de59efaaa8d197b0183db43b1128a06e (patch) | |
tree | 9f0d07578b450efbdae7946114c07da17af5c7d0 /arch/powerpc/mm | |
parent | 09de9ff872bca25ba717a7075c9ee49b1bdb56d2 (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 'arch/powerpc/mm')
-rw-r--r-- | arch/powerpc/mm/hash_utils_64.c | 2 |
1 files changed, 0 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) unsigned long base = 0, size = 0, limit; int i; - extern unsigned long tce_alloc_start, tce_alloc_end; - DBG(" -> htab_initialize()\n"); /* Initialize segment sizes */ |