2005-01-17 03:40:05

by Jeff Dike

[permalink] [raw]
Subject: [PATCH 10/10] UML - Define __HAVE_ARCH_CMPXCHG on x86

Signed-off-by: Jeff Dike <[email protected]>

Index: 2.6.10/include/asm-um/system-i386.h
===================================================================
--- 2.6.10.orig/include/asm-um/system-i386.h 2004-12-24 16:34:31.000000000 -0500
+++ 2.6.10/include/asm-um/system-i386.h 2005-01-16 21:14:34.000000000 -0500
@@ -3,4 +3,6 @@

#include "asm/system-generic.h"

+#define __HAVE_ARCH_CMPXCHG 1
+
#endif