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 Garbage-collect fpcurlwp -- it has be...



details:   https://anonhg.NetBSD.org/src/rev/1011374c962e
branches:  trunk
changeset: 938172:1011374c962e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Sep 03 14:27:47 2020 +0000

description:
Garbage-collect fpcurlwp -- it has been obsolete since FPU tracking
was converted over to PCU.

diffstat:

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

diffs (29 lines):

diff -r 2f089a265875 -r 1011374c962e sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h      Thu Sep 03 14:26:31 2020 +0000
+++ b/sys/arch/alpha/include/cpu.h      Thu Sep 03 14:27:47 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.90 2020/09/03 04:20:54 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.91 2020/09/03 14:27:47 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -99,11 +99,6 @@
 
 struct cpu_info {
        /*
-        * Private members accessed in assembly with 8 bit offsets.
-        */
-       struct lwp *ci_fpcurlwp;        /* current owner of the FPU */
-
-       /*
         * Public members.
         */
        struct lwp *ci_curlwp;          /* current owner of the processor */
@@ -172,7 +167,6 @@
 #endif /* MULTIPROCESSOR */
 
 #define        curlwp          curcpu()->ci_curlwp
-#define        fpcurlwp        curcpu()->ci_fpcurlwp
 
 /*
  * definitions of cpu-dependent requirements



Home | Main Index | Thread Index | Old Index