patch-2.4.21 linux-2.4.21/arch/ppc/mm/mmu_decl.h

Next file: linux-2.4.21/arch/ppc/mm/pgtable.c
Previous file: linux-2.4.21/arch/ppc/mm/mmu_context.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/ppc/mm/mmu_decl.h linux-2.4.21/arch/ppc/mm/mmu_decl.h
@@ -1,7 +1,4 @@
 /*
- * BK Id: %F% %I% %G% %U% %#%
- */
-/*
  * Declarations of procedures and variables shared between files
  * in arch/ppc/mm/.
  * 
@@ -34,19 +31,14 @@
 extern void reserve_phys_mem(unsigned long start, unsigned long size);
 
 extern int __map_without_bats;
-extern void *end_of_DRAM;
 extern unsigned long ioremap_base;
 extern unsigned long ioremap_bot;
 extern unsigned int rtas_data, rtas_size;
 
 extern unsigned long total_memory;
 extern unsigned long total_lowmem;
-extern unsigned long ram_phys_base;
 extern int mem_init_done;
 
-extern PTE *Hash, *Hash_end;
-extern unsigned long Hash_size, Hash_mask;
-
 /* ...and now those things that may be slightly different between processor
  * architectures.  -- Dan
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)