patch-2.0.20 linux/arch/i386/lib/semaphore.S

Next file: linux/drivers/net/dlci.c
Previous file: linux/arch/i386/kernel/ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.19/linux/arch/i386/lib/semaphore.S linux/arch/i386/lib/semaphore.S
@@ -12,18 +12,14 @@
  * to increment the number of waiters on the semaphore,
  * call "__down()", and then eventually return to try again.
  */
-.globl down_failed
-ALIGN
-down_failed:
+ENTRY(down_failed)
 	pushl %eax
 	pushl %ecx
 	call SYMBOL_NAME(__down)
 	popl %ecx
 	ret
 
-.globl up_wakeup
-ALIGN
-up_wakeup:
+ENTRY(up_wakeup)
 	pushl %eax
 	pushl %ecx
 	call SYMBOL_NAME(__up)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov