patch-2.2.8 linux/arch/ppc/mbxboot/head.S
Next file: linux/arch/ppc/mm/fault.c
Previous file: linux/arch/ppc/lib/strcase.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Apr 29 12:39:01 1999
- Orig file:
v2.2.7/linux/arch/ppc/mbxboot/head.S
- Orig date:
Fri Apr 16 14:47:30 1999
diff -u --recursive --new-file v2.2.7/linux/arch/ppc/mbxboot/head.S linux/arch/ppc/mbxboot/head.S
@@ -6,7 +6,7 @@
.text
/*
- * $Id: head.S,v 1.2 1999/02/17 06:29:41 cort Exp $
+ * $Id: head.S,v 1.4 1999/04/22 06:32:09 davem Exp $
*
* This code is loaded by the ROM loader at some arbitrary location.
* Move it to high memory so that it can load the kernel at 0x0000.
@@ -67,7 +67,7 @@
mr r11, r21
lis r8,start@h
ori r8,r8,start@l
- li r9,end@h
+ lis r9,end@h
ori r9,r9,end@l
sub r7,r8,r9
srwi r7,r7,2
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)