Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Garabage-collect curpcb / cpu_info::c...



details:   https://anonhg.NetBSD.org/src/rev/b9a8d0367f8d
branches:  trunk
changeset: 938136:b9a8d0367f8d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Sep 03 04:20:54 2020 +0000

description:
Garabage-collect curpcb / cpu_info::ci_curpcb.

diffstat:

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

diffs (25 lines):

diff -r a85c5e60bc9e -r b9a8d0367f8d sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h      Thu Sep 03 04:18:30 2020 +0000
+++ b/sys/arch/alpha/include/cpu.h      Thu Sep 03 04:20:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.89 2020/08/29 20:07:00 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.90 2020/09/03 04:20:54 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -102,7 +102,6 @@
         * Private members accessed in assembly with 8 bit offsets.
         */
        struct lwp *ci_fpcurlwp;        /* current owner of the FPU */
-       paddr_t ci_curpcb;              /* PA of current HW PCB */
 
        /*
         * Public members.
@@ -174,7 +173,6 @@
 
 #define        curlwp          curcpu()->ci_curlwp
 #define        fpcurlwp        curcpu()->ci_fpcurlwp
-#define        curpcb          curcpu()->ci_curpcb
 
 /*
  * definitions of cpu-dependent requirements



Home | Main Index | Thread Index | Old Index