rpms/kernel/devel linux-2.6-futex-wake_op.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 25 08:06:48 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9161

Modified Files:
	linux-2.6-futex-wake_op.patch 
Log Message:
Xen changed the LOCK_PREFIX


linux-2.6-futex-wake_op.patch:
 include/asm-alpha/futex.h     |   53 +++++++++++++++++++
 include/asm-arm/futex.h       |   53 +++++++++++++++++++
 include/asm-arm26/futex.h     |   53 +++++++++++++++++++
 include/asm-cris/futex.h      |   53 +++++++++++++++++++
 include/asm-frv/futex.h       |   53 +++++++++++++++++++
 include/asm-h8300/futex.h     |   53 +++++++++++++++++++
 include/asm-i386/futex.h      |  108 +++++++++++++++++++++++++++++++++++++++
 include/asm-ia64/futex.h      |   53 +++++++++++++++++++
 include/asm-m32r/futex.h      |   53 +++++++++++++++++++
 include/asm-m68k/futex.h      |   53 +++++++++++++++++++
 include/asm-m68knommu/futex.h |   53 +++++++++++++++++++
 include/asm-mips/futex.h      |   53 +++++++++++++++++++
 include/asm-parisc/futex.h    |   53 +++++++++++++++++++
 include/asm-ppc/futex.h       |   53 +++++++++++++++++++
 include/asm-ppc64/futex.h     |   83 ++++++++++++++++++++++++++++++
 include/asm-ppc64/memory.h    |    2 
 include/asm-s390/futex.h      |   53 +++++++++++++++++++
 include/asm-sh/futex.h        |   53 +++++++++++++++++++
 include/asm-sh64/futex.h      |   53 +++++++++++++++++++
 include/asm-sparc/futex.h     |   53 +++++++++++++++++++
 include/asm-sparc64/futex.h   |   53 +++++++++++++++++++
 include/asm-um/futex.h        |   53 +++++++++++++++++++
 include/asm-v850/futex.h      |   53 +++++++++++++++++++
 include/asm-x86_64/futex.h    |   98 +++++++++++++++++++++++++++++++++++
 include/linux/futex.h         |   36 +++++++++++--
 kernel/futex.c                |  116 ++++++++++++++++++++++++++++++++++++++++++
 26 files changed, 1498 insertions(+), 5 deletions(-)

Index: linux-2.6-futex-wake_op.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-futex-wake_op.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-futex-wake_op.patch	25 Aug 2005 07:22:26 -0000	1.2
+++ linux-2.6-futex-wake_op.patch	25 Aug 2005 08:06:40 -0000	1.3
@@ -419,7 +419,7 @@
 +"1:	movl	%2, %0\n\
 +	movl	%0, %3\n"					\
 +	insn "\n"						\
-+"2:	" LOCK_PREFIX "cmpxchgl %3, %2\n\
++"2:	" LOCK "cmpxchgl %3, %2\n\
 +	jnz	1b\n\
 +3:	.section .fixup,\"ax\"\n\
 +4:	mov	%5, %1\n\
@@ -459,7 +459,7 @@
 +#endif
 +		switch (op) {
 +		case FUTEX_OP_ADD:
-+			__futex_atomic_op1(LOCK_PREFIX "xaddl %0, %2", ret,
++			__futex_atomic_op1(LOCK "xaddl %0, %2", ret,
 +					   oldval, uaddr, oparg);
 +			break;
 +		case FUTEX_OP_OR:




More information about the fedora-cvs-commits mailing list