patch-2.1.37 linux/include/asm-alpha/semaphore.h

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

diff -u --recursive --new-file v2.1.36/linux/include/asm-alpha/semaphore.h linux/include/asm-alpha/semaphore.h
@@ -47,9 +47,9 @@
 	"	stl_c	%0,%2\n"
 	"	beq	%0,3f\n"
 	"2:\n"
-	".text 2\n"
+	".section .text2,\"ax\"\n"
 	"3:	br	1b\n"
-	".text"
+	".previous"
 	: "=r"(ret), "=r"(tmp), "=m"(__atomic_fool_gcc(&sem->waking))
 	: "0"(0));
 

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