Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include +ci_onproc
details: https://anonhg.NetBSD.org/src/rev/d7f1c21ae22f
branches: trunk
changeset: 465794:d7f1c21ae22f
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Dec 04 07:49:39 2019 +0000
description:
+ci_onproc
diffstat:
sys/arch/hppa/include/cpu.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 864fc9418388 -r d7f1c21ae22f sys/arch/hppa/include/cpu.h
--- a/sys/arch/hppa/include/cpu.h Wed Dec 04 07:03:46 2019 +0000
+++ b/sys/arch/hppa/include/cpu.h Wed Dec 04 07:49:39 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.6 2019/12/01 15:34:44 ad Exp $ */
+/* $NetBSD: cpu.h,v 1.7 2019/12/04 07:49:39 skrll Exp $ */
/* $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $ */
@@ -288,6 +288,7 @@
struct hppa_interrupt_register ci_ir;
struct hppa_interrupt_bit ci_ib[HPPA_INTERRUPT_BITS];
+ struct lwp *ci_onproc; /* current user LWP / kthread */
#if defined(MULTIPROCESSOR)
struct lwp *ci_curlwp; /* CPU owner */
paddr_t ci_stack; /* stack for spin up */
Home |
Main Index |
Thread Index |
Old Index