patch-2.3.30 linux/arch/ppc/boot/head.S

Next file: linux/arch/ppc/boot/misc.c
Previous file: linux/arch/ppc/boot/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/arch/ppc/boot/head.S linux/arch/ppc/boot/head.S
@@ -112,14 +112,6 @@
 	cmpi	0,r2,0
 	bne	00b
 
-	/* r4,r5 have initrd_start, size */
-	lis	r2,initrd_start@h
-	ori	r2,r2,initrd_start@l
-	lwz	r4,0(r2)
-	lis	r2,initrd_end@h
-	ori	r2,r2,initrd_end@l
-	lwz	r5,0(r2)
-	
 	/* tell kernel we're prep */
 	/* 
 	 * get start address of kernel code which is stored as a coff

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