patch-2.3.48 linux/include/asm-alpha/semaphore-helper.h

Next file: linux/include/asm-alpha/semaphore.h
Previous file: linux/include/asm-alpha/pci.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/include/asm-alpha/semaphore-helper.h linux/include/asm-alpha/semaphore-helper.h
@@ -34,7 +34,7 @@
 		"	stl_c	%0,%2\n"
 		"	beq	%0,3f\n"
 		"2:\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"3:	br	1b\n"
 		".previous"
 		: "=r"(ret), "=r"(tmp), "=m"(__atomic_fool_gcc(&sem->waking))
@@ -104,7 +104,7 @@
 		"	stq_c	%1,%4\n"
 		"	beq	%1,3f\n"
 		"2:\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"3:	br	1b\n"
 		".previous"
 		: "=&r"(ret), "=&r"(tmp), "=&r"(tmp2), "=&r"(tmp3), "=m"(*sem)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)