patch-2.3.16 linux/arch/sparc/mm/iommu.c

Next file: linux/arch/sparc/mm/loadmmu.c
Previous file: linux/arch/sparc/mm/io-unit.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/sparc/mm/iommu.c linux/arch/sparc/mm/iommu.c
@@ -1,4 +1,4 @@
-/* $Id: iommu.c,v 1.10 1999/05/07 17:03:34 jj Exp $
+/* $Id: iommu.c,v 1.11 1999/08/31 06:54:34 davem Exp $
  * iommu.c:  IOMMU specific routines for memory management.
  *
  * Copyright (C) 1995 David S. Miller  (davem@caip.rutgers.edu)
@@ -44,8 +44,8 @@
 	}
 }
 
-__initfunc(void
-iommu_init(int iommund, struct linux_sbus *sbus))
+void __init
+iommu_init(int iommund, struct linux_sbus *sbus)
 {
 	unsigned int impl, vers, ptsize;
 	unsigned long tmp;
@@ -264,7 +264,7 @@
 {
 }
 
-__initfunc(void ld_mmu_iommu(void))
+void __init ld_mmu_iommu(void)
 {
 	viking_flush = (BTFIXUPVAL_CALL(flush_page_for_dma) == (unsigned long)viking_flush_page);
 	BTFIXUPSET_CALL(mmu_lockarea, iommu_lockarea, BTFIXUPCALL_RETO0);

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