Module Name:    src
Committed By:   skrll
Date:           Mon Feb 28 21:23:33 UTC 2011

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

Log Message:
__HAVE___LWP_GETPRIVATE_FAST works now.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/sys/arch/hppa/include/types.h:1.19
--- src/sys/arch/hppa/include/types.h:1.18	Thu Feb 24 04:28:45 2011
+++ src/sys/arch/hppa/include/types.h	Mon Feb 28 21:23:33 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: types.h,v 1.18 2011/02/24 04:28:45 joerg Exp $	*/
+/*	$NetBSD: types.h,v 1.19 2011/02/28 21:23:33 skrll Exp $	*/
 
 /*	$OpenBSD: types.h,v 1.6 2001/08/11 01:58:34 art Exp $	*/
 
@@ -94,8 +94,6 @@
 extern const char __CONCAT(name,_ras_start[]), __CONCAT(name,_ras_end[])
 
 #define	__HAVE_CPU_LWP_SETPRIVATE
-#if 0
 #define	__HAVE___LWP_GETPRIVATE_FAST
-#endif
 
 #endif	/* _HPPA_TYPES_H_ */

Reply via email to