Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/include + ci_onproc



details:   https://anonhg.NetBSD.org/src/rev/3b4c8618a253
branches:  trunk
changeset: 846832:3b4c8618a253
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Dec 02 18:35:07 2019 +0000

description:
+ ci_onproc

diffstat:

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

diffs (17 lines):

diff -r 773f8f6e3baa -r 3b4c8618a253 sys/arch/aarch64/include/cpu.h
--- a/sys/arch/aarch64/include/cpu.h    Mon Dec 02 17:28:36 2019 +0000
+++ b/sys/arch/aarch64/include/cpu.h    Mon Dec 02 18:35:07 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.15 2019/11/21 19:23:58 ad Exp $ */
+/* $NetBSD: cpu.h,v 1.16 2019/12/02 18:35:07 ad Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -73,6 +73,7 @@
        device_t ci_dev;
        cpuid_t ci_cpuid;
        struct lwp *ci_curlwp;
+       struct lwp *ci_onproc;
        struct lwp *ci_softlwps[SOFTINT_COUNT];
 
        uint64_t ci_lastintr;



Home | Main Index | Thread Index | Old Index