Module Name:    src
Committed By:   ad
Date:           Mon Dec  2 18:35:07 UTC 2019

Modified Files:
        src/sys/arch/aarch64/include: cpu.h

Log Message:
+ ci_onproc


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarch64/include/cpu.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/aarch64/include/cpu.h
diff -u src/sys/arch/aarch64/include/cpu.h:1.15 src/sys/arch/aarch64/include/cpu.h:1.16
--- src/sys/arch/aarch64/include/cpu.h:1.15	Thu Nov 21 19:23:58 2019
+++ src/sys/arch/aarch64/include/cpu.h	Mon Dec  2 18:35:07 2019
@@ -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 @@ struct cpu_info {
 	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;

Reply via email to