Module Name: src
Committed By: matt
Date: Sat Sep 5 03:19:31 UTC 2009
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: types.h
Log Message:
ATOMIC64_OPS are available for all kernels except O32 ones.
To generate a diff of this commit:
cvs rdiff -u -r1.43.36.5 -r1.43.36.6 src/sys/arch/mips/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/mips/include/types.h
diff -u src/sys/arch/mips/include/types.h:1.43.36.5 src/sys/arch/mips/include/types.h:1.43.36.6
--- src/sys/arch/mips/include/types.h:1.43.36.5 Sun Aug 23 07:49:56 2009
+++ src/sys/arch/mips/include/types.h Sat Sep 5 03:19:31 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.43.36.5 2009/08/23 07:49:56 matt Exp $ */
+/* $NetBSD: types.h,v 1.43.36.6 2009/09/05 03:19:31 matt Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -126,7 +126,7 @@
#define __HAVE_CPU_COUNTER
#endif
-#ifdef _LP64
+#if !defined(__mips_o32)
#define __HAVE_ATOMIC64_OPS
#endif