patch-2.4.5 linux/arch/ppc/chrpboot/crt0.S
Next file: linux/arch/ppc/chrpboot/main.c
Previous file: linux/arch/ppc/chrpboot/addnote.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.4.4/linux/arch/ppc/chrpboot/crt0.S
- Orig date:
Mon Jan 12 15:18:13 1998
diff -u --recursive --new-file v2.4.4/linux/arch/ppc/chrpboot/crt0.S linux/arch/ppc/chrpboot/crt0.S
@@ -1,20 +0,0 @@
-/*
- * Copyright (C) Paul Mackerras 1997.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
- .text
- .globl _start
-_start:
- lis 9,_start@h
- lis 8,_etext@ha
- addi 8,8,_etext@l
-1: dcbf 0,9
- icbi 0,9
- addi 9,9,0x20
- cmplwi 0,9,8
- blt 1b
- b start
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)