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

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

diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/arch/ppc/mm/mmu_decl.h linux/arch/ppc/mm/mmu_decl.h
@@ -24,7 +24,8 @@
  */
 
 extern void mapin_ram(void);
-extern void bat_mapin_ram(void);
+extern void bat_mapin_ram(unsigned long bat2, unsigned long bat3);
+extern void adjust_total_lowmem(void);
 extern int map_page(unsigned long va, unsigned long pa, int flags);
 extern void setbat(int index, unsigned long virt, unsigned long phys,
 		   unsigned int size, int flags);

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