Module Name:    src
Committed By:   haad
Date:           Tue Dec 14 15:50:07 UTC 2010

Modified Files:
        src/sys/arch/i386/include: types.h

Log Message:
Revert change made in revision 1.66 by ad@ this is not true and 64bit
atomic ops should be enabled in libc by default.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/i386/include/types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/include/types.h
diff -u src/sys/arch/i386/include/types.h:1.68 src/sys/arch/i386/include/types.h:1.69
--- src/sys/arch/i386/include/types.h:1.68	Tue Sep 21 00:18:05 2010
+++ src/sys/arch/i386/include/types.h	Tue Dec 14 15:50:07 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: types.h,v 1.68 2010/09/21 00:18:05 jym Exp $	*/
+/*	$NetBSD: types.h,v 1.69 2010/12/14 15:50:07 haad Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -107,12 +107,12 @@
 #define	__HAVE_SYSCALL_INTERN
 #define	__HAVE_MINIMAL_EMUL
 #define	__HAVE_OLD_DISKLABEL
+#define __HAVE_ATOMIC64_OPS
 #define	__HAVE_ATOMIC_AS_MEMBAR
 #define	__HAVE_CPU_LWP_SETPRIVATE
 #define	__HAVE_INTR_CONTROL
 
 #if defined(_KERNEL)
-#define	__HAVE_ATOMIC64_OPS		/* not true for i486 in userspace */
 #define	__HAVE_RAS
 #endif
 

Reply via email to