patch-2.4.18 linux/arch/arm/kernel/entry-common.S
Next file: linux/arch/arm/kernel/semaphore.c
Previous file: linux/arch/alpha/lib/dec_and_lock.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Jan 10 20:08:20 2002
- Orig file:
linux.orig/arch/arm/kernel/entry-common.S
- Orig date:
Mon Feb 18 20:18:39 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/arch/arm/kernel/entry-common.S linux/arch/arm/kernel/entry-common.S
@@ -22,12 +22,10 @@
* Our do_softirq out of line code. See include/asm-arm/softirq.h for
* the calling assembly.
*/
- .section ".text.lock","ax"
ENTRY(__do_softirq)
stmfd sp!, {r0 - r3, ip, lr}
bl do_softirq
ldmfd sp!, {r0 - r3, ip, pc}
- .previous
.align 5
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)