Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/include define __HAVE___LWP_GETPRIVATE_FAST



details:   https://anonhg.NetBSD.org/src/rev/2aac573a53d8
branches:  trunk
changeset: 938401:2aac573a53d8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 07 07:48:23 2020 +0000

description:
define __HAVE___LWP_GETPRIVATE_FAST

diffstat:

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

diffs (17 lines):

diff -r 2d8866b3f42a -r 2aac573a53d8 sys/arch/ia64/include/types.h
--- a/sys/arch/ia64/include/types.h     Mon Sep 07 07:44:53 2020 +0000
+++ b/sys/arch/ia64/include/types.h     Mon Sep 07 07:48:23 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.11 2018/07/12 10:46:44 maxv Exp $  */
+/*     $NetBSD: types.h,v 1.12 2020/09/07 07:48:23 mrg Exp $   */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -69,6 +69,7 @@
 #define        __HAVE_CPU_DATA_FIRST
 #define        __HAVE_CPU_COUNTER
 #define        __HAVE_SYSCALL_INTERN
+#define        __HAVE___LWP_GETPRIVATE_FAST
 #define        __HAVE_MINIMAL_EMUL
 #define        __HAVE_OLD_DISKLABEL
 #define        __HAVE_ATOMIC64_OPS



Home | Main Index | Thread Index | Old Index