patch-2.3.33 linux/arch/alpha/kernel/head.S
Next file: linux/arch/alpha/kernel/pci.c
Previous file: linux/arch/alpha/kernel/core_mcpcia.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Dec 14 08:51:10 1999
- Orig file:
v2.3.32/linux/arch/alpha/kernel/head.S
- Orig date:
Tue Aug 31 17:29:12 1999
diff -u --recursive --new-file v2.3.32/linux/arch/alpha/kernel/head.S linux/arch/alpha/kernel/head.S
@@ -95,21 +95,3 @@
.prologue 0
call_pal PAL_halt
.end halt
-
- #
- # Having the delay loop out of line guarantees that we wont
- # run into weird alignment conditions (on new processors)
- # that vary the speed of the loop.
- #
- .align 5
- .globl ___delay
- .ent ___delay
-___delay:
- .set noat
- .frame $30,0,$28,0
- .prologue 0
-1: subq $0,1,$0
- bge $0,1b
- ret $31,($28),0
- .set at
- .end ___delay
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)