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/dcbc4938afb3
branches: trunk
changeset: 938203:dcbc4938afb3
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 a502efd48175 -r dcbc4938afb3 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