Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Enable TLS on sparc and sparc64
details: https://anonhg.NetBSD.org/src/rev/f73edfe92c18
branches: trunk
changeset: 763660:f73edfe92c18
user: martin <martin%NetBSD.org@localhost>
date: Wed Mar 30 09:23:26 2011 +0000
description:
Enable TLS on sparc and sparc64
diffstat:
sys/arch/sparc/include/types.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 89d2b8cca4a6 -r f73edfe92c18 sys/arch/sparc/include/types.h
--- a/sys/arch/sparc/include/types.h Wed Mar 30 09:22:29 2011 +0000
+++ b/sys/arch/sparc/include/types.h Wed Mar 30 09:23:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.56 2011/02/24 04:28:48 joerg Exp $ */
+/* $NetBSD: types.h,v 1.57 2011/03/30 09:23:26 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -128,8 +128,8 @@
#endif
#define __HAVE_CPU_LWP_SETPRIVATE
-#if 0
#define __HAVE___LWP_GETPRIVATE_FAST
-#endif
+#define __HAVE_TLS_VARIANT_II
+#define __HAVE_COMMON___TLS_GET_ADDR
#endif /* _MACHTYPES_H_ */
Home |
Main Index |
Thread Index |
Old Index