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

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

diff -u --recursive --new-file v2.3.47/linux/include/asm-alpha/semaphore.h linux/include/asm-alpha/semaphore.h
@@ -116,7 +116,7 @@
 		"	beq	$28,2f\n"
 		"	blt	$24,3f\n"
 		"4:	mb\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	lda	$24,%1\n"
 		"	jsr	$28,($27),__down_failed\n"
@@ -153,7 +153,7 @@
 		"	blt	$24,3f\n"
 		"	mov	$31,%0\n"
 		"4:	mb\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	lda	$24,%2\n"
 		"	jsr	$28,($27),__down_failed_interruptible\n"
@@ -216,7 +216,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"(sub)
@@ -253,7 +253,7 @@
 		"	beq	$28,2f\n"
 		"	ble	$24,3f\n"
 		"4:\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	lda	$24,%1\n"
 		"	jsr	$28,($27),__up_wakeup\n"
@@ -379,7 +379,7 @@
 		"	beq	$28,2f\n"
 		"	blt	$25,3f\n"
 		"4:	mb\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	lda	$24,%1\n"
 		"	jsr	$28,($27),__down_read_failed\n"
@@ -429,7 +429,7 @@
 		"	beq	$28,2f\n"
 		"	bne	$25,3f\n"
 		"4:	mb\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	lda	$24,%1\n"
 		"	jsr	$28,($27),__down_write_failed\n"
@@ -488,7 +488,7 @@
 		"	beq	$28,2f\n"
 		"	beq	$24,3f\n"
 		"4:\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	lda	$24,%1\n"
 		"	mov	0,$25\n"
@@ -538,7 +538,7 @@
 		"	beq	$28,2f\n"
 		"	blt	$24,3f\n"
 		"4:\n"
-		".section .text2,\"ax\"\n"
+		".subsection 2\n"
 		"2:	br	1b\n"
 		"3:	ldah	$25,%3($24)\n"
 		/* Only do the wake if we're no longer negative.  */

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