Module Name:    src
Committed By:   thorpej
Date:           Fri Sep  4 02:59:44 UTC 2020

Modified Files:
        src/sys/arch/alpha/include: asm.h

Log Message:
Missed one in last change.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/alpha/include/asm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/include/asm.h
diff -u src/sys/arch/alpha/include/asm.h:1.42 src/sys/arch/alpha/include/asm.h:1.43
--- src/sys/arch/alpha/include/asm.h:1.42	Fri Sep  4 02:58:18 2020
+++ src/sys/arch/alpha/include/asm.h	Fri Sep  4 02:59:44 2020
@@ -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 @@ label:	ASCIZ msg;						\
 	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)

Reply via email to