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 __HAVE_CPU_DATA_FIRST is still true f...



details:   https://anonhg.NetBSD.org/src/rev/4a56008383d5
branches:  trunk
changeset: 932827:4a56008383d5
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 17 06:30:44 2020 +0000

description:
__HAVE_CPU_DATA_FIRST is still true for sparc64 (which shares this file)

diffstat:

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

diffs (17 lines):

diff -r 285156dd02b8 -r 4a56008383d5 sys/arch/sparc/include/types.h
--- a/sys/arch/sparc/include/types.h    Sun May 17 01:00:34 2020 +0000
+++ b/sys/arch/sparc/include/types.h    Sun May 17 06:30:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.67 2020/05/16 17:52:42 ad Exp $ */
+/*     $NetBSD: types.h,v 1.68 2020/05/17 06:30:44 martin Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -127,6 +127,7 @@
 #define        __HAVE_RAS
 
 #ifdef __sparc_v9__
+#define        __HAVE_CPU_DATA_FIRST
 #define        __HAVE_DEVICE_REGISTER_POSTCONFIG
 #define        __HAVE_ATOMIC64_OPS
 #define        __HAVE_CPU_COUNTER      /* sparc v9 CPUs have %tick */



Home | Main Index | Thread Index | Old Index