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
- Lines: 20
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-m68k/pgtable.h
- Orig date:
2003-08-25 04:44:43.000000000 -0700
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)