patch-2.2.14 linux/arch/ppc/boot/head.S
Next file: linux/arch/ppc/chrpboot/main.c
Previous file: linux/arch/ppc/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Jan 4 10:12:11 2000
- Orig file:
v2.2.13/linux/arch/ppc/boot/head.S
- Orig date:
Thu Apr 29 12:39:01 1999
diff -u --recursive --new-file v2.2.13/linux/arch/ppc/boot/head.S linux/arch/ppc/boot/head.S
@@ -6,7 +6,7 @@
.text
/*
- * $Id: head.S,v 1.31 1999/04/22 06:32:00 davem Exp $
+ * $Id: head.S,v 1.33 1999/09/08 01:06:58 cort Exp $
*
* Boot loader philosophy:
* ROM loads us to some arbitrary location
@@ -125,12 +125,11 @@
* get start address of kernel code which is stored as a coff
* entry. see boot/head.S -- Cort
*/
- li r9,0x0
- lwz r9,0(r9)
+ li r9,0x4
mtlr r9
- li r9,0
lis r10,0xdeadc0de@h
ori r10,r10,0xdeadc0de@l
+ li r9,0
stw r10,0(r9)
/*
* The Radstone firmware maps PCI memory at 0xc0000000 using BAT2
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)