patch-2.3.11 linux/arch/ppc/chrpboot/main.c
Next file: linux/arch/ppc/config.in
Previous file: linux/arch/ppc/amiga/amiints.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jul 12 15:12:55 1999
- Orig file:
v2.3.10/linux/arch/ppc/chrpboot/main.c
- Orig date:
Wed Jun 30 13:38:19 1999
diff -u --recursive --new-file v2.3.10/linux/arch/ppc/chrpboot/main.c linux/arch/ppc/chrpboot/main.c
@@ -71,7 +71,7 @@
sa = *(unsigned long *)PROG_START+PROG_START;
printf("start address = 0x%x\n\r", sa);
- (*(void (*)())sa)(a1, a2, prom, 0, 0);
+ (*(void (*)())sa)(0, 0, prom, a1, a2);
printf("returned?\n\r");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)