Module Name: src
Committed By: skrll
Date: Thu Mar 17 22:14:43 UTC 2011
Modified Files:
src/sys/arch/hppa/include: types.h
Log Message:
HPPA TLS support.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hppa/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/hppa/include/types.h
diff -u src/sys/arch/hppa/include/types.h:1.19 src/sys/arch/hppa/include/types.h:1.20
--- src/sys/arch/hppa/include/types.h:1.19 Mon Feb 28 21:23:33 2011
+++ src/sys/arch/hppa/include/types.h Thu Mar 17 22:14:43 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.19 2011/02/28 21:23:33 skrll Exp $ */
+/* $NetBSD: types.h,v 1.20 2011/03/17 22:14:43 skrll Exp $ */
/* $OpenBSD: types.h,v 1.6 2001/08/11 01:58:34 art Exp $ */
@@ -94,6 +94,8 @@
extern const char __CONCAT(name,_ras_start[]), __CONCAT(name,_ras_end[])
#define __HAVE_CPU_LWP_SETPRIVATE
+#define __HAVE_COMMON___TLS_GET_ADDR
#define __HAVE___LWP_GETPRIVATE_FAST
+#define __HAVE_TLS_VARIANT_I
#endif /* _HPPA_TYPES_H_ */