patch-2.4.25 linux-2.4.25/include/asm-m68k/pgtable.h

Next file: linux-2.4.25/include/asm-m68k/processor.h
Previous file: linux-2.4.25/include/asm-m68k/pgalloc.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-m68k/pgtable.h linux-2.4.25/include/asm-m68k/pgtable.h
@@ -123,7 +123,7 @@
  * It makes no sense to consider whether we cross a memory boundary if
  * we support just one physical chunk of memory.
  */
-extern inline int mm_end_of_chunk (unsigned long addr, int len)
+static inline int mm_end_of_chunk(unsigned long addr, int len)
 {
 	return 0;
 }
@@ -138,8 +138,8 @@
  * tables contain all the necessary information.  The Sun3 does, but
  * they are updated on demand.
  */
-extern inline void update_mmu_cache(struct vm_area_struct * vma,
-	unsigned long address, pte_t pte)
+static inline void update_mmu_cache(struct vm_area_struct *vma,
+				    unsigned long address, pte_t pte)
 {
 }
 

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