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 Back out previous - it doesn't work.
details: https://anonhg.NetBSD.org/src/rev/14bcd25ad9c8
branches: trunk
changeset: 932802:14bcd25ad9c8
user: ad <ad%NetBSD.org@localhost>
date: Sat May 16 17:37:28 2020 +0000
description:
Back out previous - it doesn't work.
diffstat:
sys/arch/sparc/include/cpu.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a8402ba363c6 -r 14bcd25ad9c8 sys/arch/sparc/include/cpu.h
--- a/sys/arch/sparc/include/cpu.h Sat May 16 16:43:15 2020 +0000
+++ b/sys/arch/sparc/include/cpu.h Sat May 16 17:37:28 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.106 2020/05/15 18:45:08 ad Exp $ */
+/* $NetBSD: cpu.h,v 1.107 2020/05/16 17:37:28 ad Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -175,6 +175,8 @@
*/
struct cpu_info {
+ struct cpu_data ci_data; /* MI per-cpu data */
+
/*
* Primary Inter-processor message area. Keep this aligned
* to a cache line boundary if possible, as the structure
@@ -393,8 +395,6 @@
struct evcnt ci_xpmsg_bogus;
struct evcnt ci_intrcnt[16];
struct evcnt ci_sintrcnt[16];
-
- struct cpu_data ci_data; /* MI per-cpu data */
};
#endif /* _KERNEL || _KMEMUSER */
Home |
Main Index |
Thread Index |
Old Index