patch-2.3.16 linux/arch/mips/sgi/kernel/system.c

Next file: linux/arch/mips/sgi/kernel/time.c
Previous file: linux/arch/mips/sgi/kernel/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/mips/sgi/kernel/system.c linux/arch/mips/sgi/kernel/system.c
@@ -35,7 +35,7 @@
 
 #define NUM_CPUS 9 /* for now */
 
-__initfunc(static int string_to_cpu(char *s))
+static int __init string_to_cpu(char *s)
 {
 	int i;
 
@@ -54,7 +54,7 @@
  * We' call this early before loadmmu().  If we do the other way around
  * the firmware will crash and burn.
  */
-__initfunc(void sgi_sysinit(void))
+void __init sgi_sysinit(void)
 {
 	pcomponent *p, *toplev, *cpup = 0;
 	int cputype = -1;

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