Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include Revert change made in revision 1.66 by...



details:   https://anonhg.NetBSD.org/src/rev/987f115f4344
branches:  trunk
changeset: 759655:987f115f4344
user:      haad <haad%NetBSD.org@localhost>
date:      Tue Dec 14 15:50:07 2010 +0000

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

diffstat:

 sys/arch/i386/include/types.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 0d2d5fb6278e -r 987f115f4344 sys/arch/i386/include/types.h
--- a/sys/arch/i386/include/types.h     Tue Dec 14 15:18:20 2010 +0000
+++ b/sys/arch/i386/include/types.h     Tue Dec 14 15:50:07 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index