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 Missed one in last change.



details:   https://anonhg.NetBSD.org/src/rev/c0cc9173b71f
branches:  trunk
changeset: 943458:c0cc9173b71f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Sep 04 02:59:44 2020 +0000

description:
Missed one in last change.

diffstat:

 sys/arch/alpha/include/asm.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 28e2cba90569 -r c0cc9173b71f sys/arch/alpha/include/asm.h
--- a/sys/arch/alpha/include/asm.h      Fri Sep 04 02:58:18 2020 +0000
+++ b/sys/arch/alpha/include/asm.h      Fri Sep 04 02:59:44 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.42 2020/09/04 02:58:18 thorpej Exp $ */
+/* $NetBSD: asm.h,v 1.43 2020/09/04 02:59:44 thorpej Exp $ */
 
 /*
  * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -673,10 +673,6 @@
        call_pal PAL_OSF1_rdval                                 ;       \
        stq     r, CPU_INFO_CURLWP(v0)
 
-#define        GET_FPCURLWP                                                    \
-       call_pal PAL_OSF1_rdval                                 ;       \
-       addq    v0, CPU_INFO_FPCURLWP, v0
-
 #else  /* if not MULTIPROCESSOR... */
 
 IMPORT(cpu_info_primary, CPU_INFO_SIZEOF)



Home | Main Index | Thread Index | Old Index