patch-2.4.9 linux/include/asm-arm/proc-armo/cache.h

Next file: linux/include/asm-arm/proc-armo/pgtable.h
Previous file: linux/include/asm-arm/pgtable.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/include/asm-arm/proc-armo/cache.h linux/include/asm-arm/proc-armo/cache.h
@@ -45,7 +45,7 @@
 /*
  * The following handle the weird MEMC chip
  */
-extern __inline__ void memc_update_all(void)
+static inline void memc_update_all(void)
 {
 	struct task_struct *p;
 
@@ -66,7 +66,7 @@
 		processor._set_pgd(mm->pgd);
 }
 
-extern __inline__ void
+static inline void
 memc_clear(struct mm_struct *mm, struct page *page)
 {
 	cpu_memc_update_entry(mm->pgd, (unsigned long) page_address(page), 0);

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