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 Only need one ci_onproc member.



details:   https://anonhg.NetBSD.org/src/rev/79f7dc4bc9b3
branches:  trunk
changeset: 846948:79f7dc4bc9b3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Dec 05 03:59:39 2019 +0000

description:
Only need one ci_onproc member.

diffstat:

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

diffs (26 lines):

diff -r 27a30a888ae9 -r 79f7dc4bc9b3 sys/arch/hppa/include/cpu.h
--- a/sys/arch/hppa/include/cpu.h       Thu Dec 05 03:57:55 2019 +0000
+++ b/sys/arch/hppa/include/cpu.h       Thu Dec 05 03:59:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.7 2019/12/04 07:49:39 skrll Exp $    */
+/*     $NetBSD: cpu.h,v 1.8 2019/12/05 03:59:39 riastradh Exp $        */
 
 /*     $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $       */
 
@@ -47,7 +47,7 @@
  * CSL requests users of this software to return to csl-dist%cs.utah.edu@localhost any
  * improvements that they make and grant CSL redistribution rights.
  *
- *     Utah $Hdr: cpu.h 1.19 94/12/16$
+ *     Utah $Hdr$
  */
 
 #ifndef        _MACHINE_CPU_H_
@@ -296,7 +296,6 @@
 #define        CPUF_PRIMARY    0x0001          /* ... is monarch/primary */
 #define        CPUF_RUNNING    0x0002          /* ... is running. */
 
-       struct lwp      *ci_onproc;     /* current user LWP / kthread */
        volatile u_long ci_ipi;         /* IPIs pending */
 
        struct cpu_softc *ci_softc;



Home | Main Index | Thread Index | Old Index